blob: 97c55b97e0ba556a1985eb452a44ee4dedf63b37 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Jan Beulich06926982009-05-05 13:57:52 +01002#ifndef _ASM_IA64_IDLE_H
3#define _ASM_IA64_IDLE_H
4
5static inline void enter_idle(void) { }
6static inline void exit_idle(void) { }
7
8#endif /* _ASM_IA64_IDLE_H */