Use scroll area for the openable ides
[bertos.git] / bertos / cpu / power.h
index 035495d47811aa1016bf2f41d56dd36046b04813..93c40c0394936d09552074b905eb423e9b4113aa 100644 (file)
 #ifndef CPU_POWER_H
 #define CPU_POWER_H
 
-#include <cfg/cfg_kern.h>
-#include <cfg/cfg_wdt.h>
+#include "cfg/cfg_proc.h"
+#include "cfg/cfg_wdt.h"
 
-#if CONFIG_KERNEL
+#if CONFIG_KERN
        #include <kern/proc.h>
 #endif
 
@@ -66,7 +66,7 @@
  */
 INLINE void cpu_relax(void)
 {
-#if CONFIG_KERNEL
+#if CONFIG_KERN
        proc_yield();
 #endif