Toggle navigation
/
usr
/
include
/
linux
/version.h
Symbol
File
Text
Line
#define
LINUX_VERSION_CODE 330244
#define
KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))