Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
idle.h
Go to the documentation of this file.
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 */