blob: c87f05816d6b8fa5e8bde05a16fd572e03f88415 [file] [log] [blame]
#ifndef REBOOT_H
#define REBOOT_H
extern void _soft_restart(unsigned long addr, bool disable_l2);
#endif