Rev 2787 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2787 | Rev 4692 | ||
|---|---|---|---|
| Line 134... | Line 134... | ||
| 134 | 134 | ||
| 135 | 135 | ||
| 136 | extern void install_exception_handlers(void); |
136 | extern void install_exception_handlers(void); |
| 137 | extern void exception_init(void); |
137 | extern void exception_init(void); |
| 138 | extern void print_istate(istate_t *istate); |
138 | extern void print_istate(istate_t *istate); |
| - | 139 | extern void reset_exception_entry(void); |
|
| - | 140 | extern void irq_exception_entry(void); |
|
| - | 141 | extern void fiq_exception_entry(void); |
|
| - | 142 | extern void undef_instr_exception_entry(void); |
|
| - | 143 | extern void prefetch_abort_exception_entry(void); |
|
| - | 144 | extern void data_abort_exception_entry(void); |
|
| - | 145 | extern void swi_exception_entry(void); |
|
| 139 | 146 | ||
| 140 | 147 | ||
| 141 | #endif |
148 | #endif |
| 142 | 149 | ||
| 143 | /** @} |
150 | /** @} |