Sign in
zircon-guest
/
third_party
/
linux
/
f4e2467bad53023589cbff18dd1ab6e0aa3f004c
/
.
/
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