Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2089 | ||
|---|---|---|---|
| Line 103... | Line 103... | ||
| 103 | PREEMPTIBLE_HANDLER interrupt |
103 | PREEMPTIBLE_HANDLER interrupt |
| 104 | .endm |
104 | .endm |
| 105 | #endif /* __ASM__ */ |
105 | #endif /* __ASM__ */ |
| 106 | 106 | ||
| 107 | #ifndef __ASM__ |
107 | #ifndef __ASM__ |
| - | 108 | ||
| - | 109 | #include <arch/interrupt.h> |
|
| - | 110 | ||
| 108 | extern void interrupt(int n, istate_t *istate); |
111 | extern void interrupt(int n, istate_t *istate); |
| 109 | #endif /* !def __ASM__ */ |
112 | #endif /* !def __ASM__ */ |
| 110 | 113 | ||
| 111 | #endif |
114 | #endif |
| 112 | 115 | ||