Files
NE_YuR/openflow/usr/include/linux/version.h
2025-11-06 00:01:42 +08:00

3 lines
97 B
C

#define LINUX_VERSION_CODE 263174
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))