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