Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
9f97da78bf018206fb623cd351d454af2f105fe0
/
.
/
arch
/
arm
/
mach-shmobile
/
include
/
mach
/
system.h
blob: 92042703b94df6e46f34242b84a93673ec453b21 [
file
] [
log
] [
blame
]
#ifndef
__ASM_ARCH_SYSTEM_H
#define
__ASM_ARCH_SYSTEM_H
#include
<asm/system_misc.h>
static
inline
void
arch_idle
(
void
)
{
cpu_do_idle
();
}
static
inline
void
arch_reset
(
char
mode
,
const
char
*
cmd
)
{
soft_restart
(
0
);
}
#endif