Files
Linux-Kernel_MiSTer/arch/ia64/include/asm/idle.h
Sorgelig e12ed6c19d v5.13.12
2021-08-22 05:38:19 +08:00

9 lines
200 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_IA64_IDLE_H
#define _ASM_IA64_IDLE_H
static inline void enter_idle(void) { }
static inline void exit_idle(void) { }
#endif /* _ASM_IA64_IDLE_H */