5 lines
194 B
C
Executable File
5 lines
194 B
C
Executable File
#define LINUX_VERSION_CODE 201237
|
|
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|
|
#define __DATE__ "Mon Jan 11 01:49:42 UTC 2021"
|
|
#define __TIME__ "Mon Jan 11 01:49:42 UTC 2021"
|