Sign in
gfiber
/
toolchains
/
armada
/
39a78689899eca29db8da8a70f237f991d751be1
/
.
/
arm-marvell-linux-uclibcgnueabi
/
libc
/
thumb2
/
usr
/
include
/
linux
/
version.h
blob: 30c5097fd7b4b5115a8e76867e18ae667d5590b1 [
file
] [
log
] [
blame
]
#define
LINUX_VERSION_CODE
197130
#define
KERNEL_VERSION
(
a
,
b
,
c
)
(((
a
)
<<
16
)
+
((
b
)
<<
8
)
+
(
c
))