xref: /openbmc/linux/arch/ia64/include/asm/idle.h (revision df2634f43f5106947f3735a0b61a6527a4b278cd)
1 #ifndef _ASM_IA64_IDLE_H
2 #define _ASM_IA64_IDLE_H
3 
4 static inline void enter_idle(void) { }
5 static inline void exit_idle(void) { }
6 
7 #endif /* _ASM_IA64_IDLE_H */
8