system.h 175 B

123456789101112
  1. #ifndef __ASM_ARCH_SYSTEM_H
  2. #define __ASM_ARCH_SYSTEM_H
  3. #include <asm/system_misc.h>
  4. static inline void arch_reset(char mode, const char *cmd)
  5. {
  6. soft_restart(0);
  7. }
  8. #endif