Sign in
android
/
platform
/
external
/
kernel-headers
/
refs/heads/master
/
.
/
original
/
uapi
/
linux
/
version.h
blob: fb681482e671b97372219879e693b2ec364c82b5 [
file
] [
log
] [
blame
]
#define
LINUX_VERSION_CODE
332032
#define
KERNEL_VERSION
(
a
,
b
,
c
)
(((
a
)
<<
16
)
+
((
b
)
<<
8
)
+
((
c
)
>
255
?
255
:
(
c
)))
#define
LINUX_VERSION_MAJOR
5
#define
LINUX_VERSION_PATCHLEVEL
17
#define
LINUX_VERSION_SUBLEVEL
0