BeRTOS
|
00001 00038 #ifndef CFG_KERN_H 00039 #define CFG_KERN_H 00040 00041 #warning This file is deprecated, you should use the correct combination of cfg_proc.h, cfg_sem.h, cfg_signal.h and cfg_monitor.h 00042 #include "cfg_proc.h" 00043 #include "cfg_sem.h" 00044 #include "cfg_signal.h" 00045 #include "cfg_monitor.h" 00046 00047 00052 #define CONFIG_KERN_SCHED CONFIG_KERN 00053 00054 #endif /* CFG_KERN_H */