????
Current Path : /usr/include/linux/ |
Current File : //usr/include/linux/version.h |
#define LINUX_VERSION_CODE 132640 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #define RHEL_MAJOR 6 #define RHEL_MINOR 10 #define RHEL_RELEASE_VERSION(a,b) (((a) << 8) + (b)) #define RHEL_RELEASE_CODE 1546 #define RHEL_RELEASE 754 #define RHEL_16KSTACK_BUILD 520