e6a89ef2bb9a33840a1892e892d13bdf6a1b2191
[musl] / version.h
1 #define LINUX_VERSION_CODE 132638
2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))