mt_reboot.h 141 B

12345678
  1. #ifndef __MT_REBOOT_H__
  2. #define __MT_REBOOT_H__
  3. /* mt reboot by arch_reset */
  4. extern void arch_reset(char mode, const char *cmd);
  5. #endif