Go to the documentation of this file. 1 #ifndef _ASM_X86_IDLE_H
2 #define _ASM_X86_IDLE_H
12 void enter_idle(
void);
15 static inline void enter_idle(
void) { }
16 static inline void exit_idle(
void) { }
17 static inline void __exit_idle(
void) { }