1
0
mirror of https://github.com/fluencelabs/musl synced 2025-05-18 10:11:30 +00:00

3 lines
97 B
C
Raw Normal View History

2011-02-12 00:22:29 -05:00
#define LINUX_VERSION_CODE 132638
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))