index
:
riscv-gnu-toolchain.git
__archive__
big-endian
fix-typo
gdb-test
improve-report
kitoc/fix-generate_target_board
kitoc/update-qemu-cpu-opt
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-headers
/
include
/
linux
/
version.h
blob: 1603a4439fc4d9a126e2ed8cef6c8c0855c16482 (
plain
)
1
2
#define LINUX_VERSION_CODE 327680
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))