2025-04-27 10:37:43 +08:00

3 lines
97 B
C

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