Files
2023-09-01 08:47:01 +02:00

3 lines
97 B
C

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