This website requires JavaScript.
Explore
Help
Register
Sign In
stm32mp157
/
toolchain
Watch
1
Star
0
Fork
You've already forked toolchain
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7a18c72f5a
toolchain
/
arm-none-linux-gnueabihf
/
libc
/
usr
/
include
/
linux
/
version.h
3 lines
97 B
C
Raw
Blame
History
#
define LINUX_VERSION_CODE 267277
#
define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
Reference in New Issue
View Git Blame
Copy Permalink