![]() |
RTXI 1.3
|
00001 #ifndef __MULTI_VERSION_H_ 00002 #define __MULTI_VERSION_H_ 00003 00004 #include <config.h> 00005 #include_next <linux/version.h> 00006 00007 #ifdef UTS_RELEASE_OVERRIDE 00008 #ifdef UTS_RELEASE 00009 #undef UTS_RELEASE 00010 #endif 00011 #define UTS_RELEASE UTS_RELEASE_OVERRIDE 00012 #endif 00013 00014 #ifndef KERNEL_VERSION 00015 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) 00016 #endif 00017 00018 #endif