Sign in
gfiber
/
toolchains
/
bruno
/
f82e8f5d0c2587f292cbe30c6b04911cbd1cff65
/
.
/
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
))