summaryrefslogtreecommitdiff
path: root/aarch64-none-linux-gnu/libc/usr/include/linux/version.h
blob: ebb76306ae5dcef9a97ad10656ef44dc7850c000 (plain)
1
2
#define LINUX_VERSION_CODE 267277
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))