Rivoreo Source Code Repositories
src.rivoreo.one
/
grub4dos-solaris
/
c4ff9041a3c104f4ead2e4cc2659bfcea3e9e0b8
/
.
/
stage2
/
linux
/
version.h
blob: 5a340a719431818bc9600319caaee076dc54877b [
file
] [
log
] [
blame
] [
raw
]
#define
UTS_RELEASE
"2.6.13.1"
#define
LINUX_VERSION_CODE
132621
#define
KERNEL_VERSION
(
a
,
b
,
c
)
(((
a
)
<<
16
)
+
((
b
)
<<
8
)
+
(
c
))