7 lines
107 B
C
7 lines
107 B
C
|
#ifndef REBOOT_H
|
||
|
#define REBOOT_H
|
||
|
|
||
|
extern void _soft_restart(unsigned long addr, bool disable_l2);
|
||
|
|
||
|
#endif
|