| 12345678 |
- #define LINUX_VERSION_CODE 132640
- #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
- #define RHEL_MAJOR 6
- #define RHEL_MINOR 4
- #define RHEL_RELEASE_VERSION(a,b) (((a) << 8) + (b))
- #define RHEL_RELEASE_CODE 1540
- #define RHEL_RELEASE "357"
|