printf: Remove unused 'bprintf'
[drm/drm-misc.git] / include / linux / drbd_config.h
blobd215365c6bb1b00a80179bc8558932f32ba266d0
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * drbd_config.h
4 * DRBD's compile time configuration.
5 */
7 #ifndef DRBD_CONFIG_H
8 #define DRBD_CONFIG_H
10 extern const char *drbd_buildtag(void);
12 #define REL_VERSION "8.4.11"
13 #define PRO_VERSION_MIN 86
14 #define PRO_VERSION_MAX 101
16 #endif