Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
472e7f9f8b547605ee9670ac803e971c2e3eeac0
/
.
/
arch
/
arm
/
mach-shmobile
/
include
/
mach
/
system.h
blob: 76a687eeaa22d706ca6c3d08cba1ebf6c9721896 [
file
] [
log
] [
blame
]
#ifndef
__ASM_ARCH_SYSTEM_H
#define
__ASM_ARCH_SYSTEM_H
static
inline
void
arch_idle
(
void
)
{
cpu_do_idle
();
}
static
inline
void
arch_reset
(
char
mode
,
const
char
*
cmd
)
{
cpu_reset
(
0
);
}
#endif