Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
30c9c5b157b70d0a2f1fd0f37b936e63bade0d58
/
.
/
arch
/
arm
/
mach-shmobile
/
include
/
mach
/
system.h
blob: 3bbcb3fa077566113cc23c23ad5f9bd1837cf8ca [
file
] [
log
] [
blame
]
#ifndef
__ASM_ARCH_SYSTEM_H
#define
__ASM_ARCH_SYSTEM_H
static
inline
void
arch_reset
(
char
mode
,
const
char
*
cmd
)
{
soft_restart
(
0
);
}
#endif