Sign in
gem5
/
arm
/
linux
/
b084116f8587b222a2c5ef6dcd846f40f24b9420
/
.
/
arch
/
ia64
/
include
/
asm
/
idle.h
blob: 97c55b97e0ba556a1985eb452a44ee4dedf63b37 [
file
] [
log
] [
blame
]
/* 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 */