Rev 664 | Rev 1265 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 664 | Rev 895 | ||
|---|---|---|---|
| Line 32... | Line 32... | ||
| 32 | #include <typedefs.h> |
32 | #include <typedefs.h> |
| 33 | 33 | ||
| 34 | #define IVT_ITEMS 15 |
34 | #define IVT_ITEMS 15 |
| 35 | #define IVT_FIRST 1 |
35 | #define IVT_FIRST 1 |
| 36 | 36 | ||
| - | 37 | /* Dummy macros. */ |
|
| - | 38 | #define IRQ_KBD 2 |
|
| - | 39 | #define VECTOR_KBD IRQ_KBD |
|
| - | 40 | ||
| - | 41 | #define trap_virtual_enable_irqs(x) |
|
| - | 42 | #define trap_virtual_eoi() |
|
| - | 43 | ||
| 37 | extern void interrupt_register(int n, const char *name, iroutine f); |
44 | extern void interrupt_register(int n, const char *name, iroutine f); |
| 38 | 45 | ||
| 39 | #endif |
46 | #endif |