Sign in
android-kvm
/
linux
/
ae940913030386884f259eb4d95ac4d93b57144f
/
.
/
arch
/
arm
/
mach-shark
/
include
/
mach
/
system.h
blob: 1ec8d6c383d3b08490cff23c0a46e9358839b716 [
file
] [
log
] [
blame
]
/*
* arch/arm/mach-shark/include/mach/system.h
*
* by Alexander Schulz
*/
#ifndef
__ASM_ARCH_SYSTEM_H
#define
__ASM_ARCH_SYSTEM_H
static
inline
void
arch_idle
(
void
)
{
cpu_do_idle
();
}
#endif