repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
printf: Remove unused 'bprintf'
[drm/drm-misc.git]
/
include
/
linux
/
drbd_config.h
blob
d215365c6bb1b00a80179bc8558932f32ba266d0
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* drbd_config.h
4
* DRBD's compile time configuration.
5
*/
6
7
#ifndef DRBD_CONFIG_H
8
#define DRBD_CONFIG_H
9
10
extern
const char
*
drbd_buildtag
(
void
);
11
12
#define REL_VERSION
"8.4.11"
13
#define PRO_VERSION_MIN 86
14
#define PRO_VERSION_MAX 101
15
16
#endif