kernel_samsung_a34x-permissive/arch/ia64/include/asm/idle.h
2024-04-28 15:51:13 +02: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 */