root
/
include
/
generated
/
uapi
/
linux
/version.h
/* [<][>][^][v][top]
[bottom]
[index]
[help]
*/
INCLUDED FROM
#define
LINUX_VERSION_CODE
201224
#define
KERNEL_VERSION
(
a
,b,c) (((
a
) << 16) + ((b) << 8) + (c))
/* [<][>][^][v]
[top]
[bottom]
[index]
[help]
*/