index
:
bootstrap.git
trunk
Bootstrapping a C compiler from scratch
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
05
/
musl-0.6.0
/
include
/
linux
/
version.h
blob: e6a89ef2bb9a33840a1892e892d13bdf6a1b2191 (
plain
)
1
2
#define LINUX_VERSION_CODE 132638
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))