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