system.h 145 B

123456789
  1. #ifndef __ASM_ARCH_SYSTEM_H
  2. #define __ASM_ARCH_SYSTEM_H
  3. static inline void arch_reset(char mode, const char *cmd)
  4. {
  5. soft_restart(0);
  6. }
  7. #endif