oleavr-rgl-a500-mini-linux-.../arch/arm/mach-shmobile/include/mach/system.h

12 lines
175 B
C
Raw Normal View History

2022-05-07 01:01:45 +02:00
#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