/** * \file * * * \brief Kernel configuration parameters (deprecated) * * \author Bernie Innocenti */ #ifndef CFG_KERN_H #define CFG_KERN_H #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 #include "cfg_proc.h" #include "cfg_sem.h" #include "cfg_signal.h" #include "cfg_monitor.h" /** * Left for backwards compatibility. * Do not use this anymore, will be deprecated soon. */ #define CONFIG_KERN_SCHED CONFIG_KERN #endif /* CFG_KERN_H */