]> Pileus Git - ~andy/linux/blob - arch/arm/mach-shmobile/include/mach/system.h
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
[~andy/linux] / arch / arm / mach-shmobile / include / mach / system.h
1 #ifndef __ASM_ARCH_SYSTEM_H
2 #define __ASM_ARCH_SYSTEM_H
3
4 static inline void arch_reset(char mode, const char *cmd)
5 {
6         soft_restart(0);
7 }
8
9 #endif