]> git.ipfire.org Git - thirdparty/util-linux.git/blob - include/linux_version.h
libfdisk: (dos) accept start for log.partitions on template
[thirdparty/util-linux.git] / include / linux_version.h
1 #ifndef LINUX_VERSION_H
2 #define LINUX_VERSION_H
3
4 #ifdef HAVE_LINUX_VERSION_H
5 # include <linux/version.h>
6 #endif
7
8 #ifndef KERNEL_VERSION
9 # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
10 #endif
11
12 int get_linux_version(void);
13
14 #endif /* LINUX_VERSION_H */