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

3 lines
97 B
C
Raw Normal View History

2025-04-05 10:55:40 +01:00
#define LINUX_VERSION_CODE 132638
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))