aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/include/mach/system.h
blob: 3bbcb3fa077566113cc23c23ad5f9bd1837cf8ca (plain)
1
2
3
4
5
6
7
8
9
#ifndef __ASM_ARCH_SYSTEM_H
#define __ASM_ARCH_SYSTEM_H

static inline void arch_reset(char mode, const char *cmd)
{
	soft_restart(0);
}

#endif