lang-bootstrap/05/musl-0.6.0/include/linux/version.h

3 lines
97 B
C
Raw Normal View History

2022-02-20 13:18:21 -08:00
#define LINUX_VERSION_CODE 132638
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))