Files
2023-10-13 14:01:41 +00:00

3 lines
97 B
C

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