reboot.h (767bf7e7a1e82a81c59778348d156993d0a6175d) | reboot.h (045ab94e10ee17038066d71abc8fdce719ab56f9) |
---|---|
1#ifndef REBOOT_H 2#define REBOOT_H 3 | 1#ifndef REBOOT_H 2#define REBOOT_H 3 |
4extern void call_with_stack(void (*fn)(void *), void *arg, void *sp); |
|
4extern void _soft_restart(unsigned long addr, bool disable_l2); 5 6#endif | 5extern void _soft_restart(unsigned long addr, bool disable_l2); 6 7#endif |