Rev 2343 | Rev 2410 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2343 | Rev 2407 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | #include <arch/regutils.h> |
36 | #include <arch/regutils.h> |
37 | #include <ddi/irq.h> |
37 | #include <ddi/irq.h> |
38 | #include <arch/machine.h> |
38 | #include <arch/machine.h> |
39 | #include <interrupt.h> |
39 | #include <interrupt.h> |
40 | 40 | ||
- | 41 | /** Initial size of a table holding interrupt handlers. */ |
|
41 | #define IRQ_COUNT 8 |
42 | #define IRQ_COUNT 8 |
42 | 43 | ||
43 | 44 | ||
44 | /** Disable interrupts. |
45 | /** Disable interrupts. |
45 | * |
46 | * |