M7350/kernel/arch/arm/mach-shmobile/include/mach/system.h
2024-09-09 08:52:07 +00:00

12 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