Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / kern / proc.h
index cec57487775e56f9e6b5b60cc7334bada539b2c8..37415f3de9d5ab7b7ae0bd047530d8d3f41523fa 100644 (file)
 #ifndef KERN_PROC_H
 #define KERN_PROC_H
 
+#include "cfg/cfg_kern.h"
 #include <cfg/compiler.h>
+
 #include <cpu/irq.h>
-#include <config_kern.h>
 
 /* Fwd decl */
 struct Process;