Sign in
◑
Theme
chromium
/
native_client
/
linux-headers-for-nacl
/
refs/heads/main
/
.
/
include
/
linux
/
version.h
blob: 57aa88f83c657cea01b6f24ceee185f1f847aff7 [
file
] [
edit
]
#define
LINUX_VERSION_CODE
132632
#define
KERNEL_VERSION
(
a
,
b
,
c
)
(((
a
)
<<
16
)
+
((
b
)
<<
8
)
+
(
c
))