ubuntu-linux-kernel/include/generated/uapi/linux/version.h

3 lines
97 B
C

#define LINUX_VERSION_CODE 265984
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))