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