00001 00038 #ifndef CPU_SLEEP_H_INCLUDED 00039 #define CPU_SLEEP_H_INCLUDED 00040 00050 static inline void cpu_enter_sleep(void) 00051 { 00052 cpu_irq_enable(); 00053 } 00054 00056 00057 #endif /* CPU_SLEEP_H_INCLUDED */