]> Git Repo - linux.git/blob - include/linux/drbd_config.h
Merge tag 'csky-for-linus-6.4' of https://github.com/c-sky/csky-linux
[linux.git] / include / linux / drbd_config.h
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
This page took 0.033751 seconds and 4 git commands to generate.