Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
2f4f64cdfb599fa1369560865af3e52250416e15
/
.
/
lib
/
libdss-include
/
linux
/
version.h
blob: 66531691e6f2f5b49a72e7794bfc0fff4b0cfe92 [
file
] [
log
] [
blame
]
#define
LINUX_VERSION_CODE
263174
#define
KERNEL_VERSION
(
a
,
b
,
c
)
(((
a
)
<<
16
)
+
((
b
)
<<
8
)
+
(
c
))