mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-17 05:46:18 +02:00
9 lines
200 B
C
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 */
|