first commit

This commit is contained in:
snow
2024-11-27 15:46:37 +08:00
commit 56c794c685
3943 changed files with 1277094 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#define LINUX_VERSION_CODE 331264
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))
#define LINUX_VERSION_MAJOR 5
#define LINUX_VERSION_PATCHLEVEL 14
#define LINUX_VERSION_SUBLEVEL 0