c793c1b0c8ea ^
9f97da78bf01 ^
e879c862fb81 ^
1 2 3
4 5
6 7
8
9 10 11
#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