Use configuration file instead appconfig. Reformat. Clean up. Remove CVS logs.
[bertos.git] / bertos / kern / proc.h
index cec57487775e56f9e6b5b60cc7334bada539b2c8..d6109e35da4211e20c1387ff9ef04bb986518504 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;