reboot.h 107 B

123456
  1. #ifndef REBOOT_H
  2. #define REBOOT_H
  3. extern void _soft_restart(unsigned long addr, bool disable_l2);
  4. #endif