This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wareck
/
u-boot_mod
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
u-boot_mod
/
toolchain
/
include
/
linux
/
version.h
version.h
97 B
Permalink
History
Raw
1
2
#define LINUX_VERSION_CODE 263182
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))