Rev 2227 | Rev 3922 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2227 | Rev 3875 | ||
|---|---|---|---|
| Line 77... | Line 77... | ||
| 77 | 77 | ||
| 78 | extern void calibrate_delay_loop(void); |
78 | extern void calibrate_delay_loop(void); |
| 79 | 79 | ||
| 80 | extern void reboot(void); |
80 | extern void reboot(void); |
| 81 | extern void arch_reboot(void); |
81 | extern void arch_reboot(void); |
| - | 82 | extern void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller); |
|
| 82 | 83 | ||
| 83 | #endif |
84 | #endif |
| 84 | 85 | ||
| 85 | /** @} |
86 | /** @} |
| 86 | */ |
87 | */ |