View file File name : version.h Content :#define LINUX_VERSION_CODE 266752 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #define RHEL_MAJOR 8 #define RHEL_MINOR 10 #define RHEL_RELEASE_VERSION(a,b) (((a) << 8) + (b)) #define RHEL_RELEASE_CODE 2058 #define RHEL_RELEASE "553.16.1" #define LINUX_VERSION_MAJOR 4 #define LINUX_VERSION_PATCHLEVEL 18 #define LINUX_VERSION_SUBLEVEL 0 #define KERNEL_HEADERS_CHECKSUM "dfcf9e3801832e82f8023c31154121fd61828892"