OSHW-DEIMOS/SOFTWARE/A64-TERES/linux-a64/arch/arm/mach-shmobile/include/mach/system.h
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03: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