Rev 534 | Rev 958 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 534 | Rev 590 | ||
|---|---|---|---|
| Line 92... | Line 92... | ||
| 92 | 92 | ||
| 93 | extern void exception(struct exception_regdump *pstate); |
93 | extern void exception(struct exception_regdump *pstate); |
| 94 | extern void tlb_refill_entry(void); |
94 | extern void tlb_refill_entry(void); |
| 95 | extern void exception_entry(void); |
95 | extern void exception_entry(void); |
| 96 | extern void cache_error_entry(void); |
96 | extern void cache_error_entry(void); |
| - | 97 | extern void exception_init(void); |
|
| 97 | #endif |
98 | #endif |