Sign in
gfiber
/
toolchains
/
bruno
/
2b6f2ede586f74e5638097e93c6cd416cac5f860
/
.
/
mipsel-buildroot-linux-uclibc
/
sysroot
/
usr
/
include
/
linux
/
version.h
blob: 3c5ac5e58169f016091d97828e5b8ea093f721ca [
file
] [
log
] [
blame
]
#define
LINUX_VERSION_CODE
197183
#define
KERNEL_VERSION
(
a
,
b
,
c
)
(((
a
)
<<
16
)
+
((
b
)
<<
8
)
+
(
c
))