musl/include/linux/version.h

3 lines
97 B
C
Raw Normal View History

2011-02-12 05:22:29 +00:00
#define LINUX_VERSION_CODE 132638
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))