Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / kern / proc_p.h
index 8fbb0ed0a723d8ddd5a440c09f8fb519f6c795a6..c0b2bdc5bfe7ae4683fb4ec6c71e01bf47dd2853 100644 (file)
 #ifndef KERN_PROC_P_H
 #define KERN_PROC_P_H
 
+#include "cfg/cfg_kern.h"
 #include <cfg/compiler.h>
+
 #include <cpu/types.h>        /* for cpu_stack_t */
+
 #include <mware/list.h>
-#include <config_kern.h>
-#include <appconfig.h>
 
 typedef struct Process
 {