Define init, txbegin, txend and txputchar macros.
[bertos.git] / kern / proc_p.h
index 07d66b91d9c6ee5a4df8334d1f02d5b238e0fc34..626657223d51a0d0b7e5d18f0dfbea88c2df7763 100644 (file)
 #define KERN_PROC_P_H
 
 #include <cfg/compiler.h>
-#include <cfg/cpu.h>        /* for cpu_stack_t */
+#include <cpu/cpu.h>        /* for cpu_stack_t */
 #include <mware/list.h>
 #include <config_kern.h>
 #include <appconfig.h>