Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
234e340582901211f40d8c732afc49f0630ecf05
/
.
/
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