![]() |
RTXI 1.3
|
00001 #ifndef __MULTI_CONFIG_H_ 00002 #define __MULTI_CONFIG_H_ 00003 00004 #include <linux/version.h> 00005 00006 #include <config.h> 00007 00008 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19) 00009 #include_next <linux/config.h> 00010 #endif 00011 00012 #endif