Rev 3665 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3665 | Rev 3862 | ||
|---|---|---|---|
| Line 66... | Line 66... | ||
| 66 | * the claim() function instead of on devno. |
66 | * the claim() function instead of on devno. |
| 67 | */ |
67 | */ |
| 68 | 68 | ||
| 69 | #include <ddi/irq.h> |
69 | #include <ddi/irq.h> |
| 70 | #include <adt/hash_table.h> |
70 | #include <adt/hash_table.h> |
| - | 71 | #include <arch/asm.h> |
|
| 71 | #include <arch/types.h> |
72 | #include <arch/types.h> |
| 72 | #include <synch/spinlock.h> |
73 | #include <synch/spinlock.h> |
| 73 | #include <arch.h> |
74 | #include <arch.h> |
| 74 | 75 | ||
| 75 | #define KEY_INR 0 |
76 | #define KEY_INR 0 |