]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/mach-shmobile/include/mach/system.h
Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[karo-tx-linux.git] / arch / arm / mach-shmobile / include / mach / system.h
1 #ifndef __ASM_ARCH_SYSTEM_H
2 #define __ASM_ARCH_SYSTEM_H
3
4 #include <asm/system_misc.h>
5
6 static inline void arch_reset(char mode, const char *cmd)
7 {
8         soft_restart(0);
9 }
10
11 #endif