android_kernel_samsung_hero.../arch/arm/mach-shmobile/include/mach/system.h
2016-08-17 16:41:52 +08:00

11 lines
175 B
C

#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