Gitiles
Code Review
Sign In
nv-tegra.nvidia.com
/
linux-4.4
/
41fb454ebe6024f5c1e3b3cbc0abc0da762e7b51
/
.
/
arch
/
ia64
/
include
/
asm
/
idle.h
blob: b7685015a8baa98e205b1fdd23adf137b6b033a1 [
file
] [
log
] [
blame
]
Jan Beulich
0692698
2009-05-05 13:57:52 +0100
[
diff
] [
blame
]
1
#ifndef
_ASM_IA64_IDLE_H
2
#define
_ASM_IA64_IDLE_H
3
4
static
inline
void
enter_idle
(
void
)
{
}
5
static
inline
void
exit_idle
(
void
)
{
}
6
7
#endif
/* _ASM_IA64_IDLE_H */