#ifndef _ASM_L_IDLE_H #define _ASM_L_IDLE_H static inline void enter_idle(void) { } static inline void exit_idle(void) { } #endif /* _ASM_L_IDLE_H */