Rev 3930 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3930 | Rev 3941 | ||
---|---|---|---|
Line 59... | Line 59... | ||
59 | #define CLK_CONST 1193180 |
59 | #define CLK_CONST 1193180 |
60 | #define MAGIC_NUMBER 1194 |
60 | #define MAGIC_NUMBER 1194 |
61 | 61 | ||
62 | static irq_t i8254_irq; |
62 | static irq_t i8254_irq; |
63 | 63 | ||
64 | static irq_ownership_t i8254_claim(void *instance) |
64 | static irq_ownership_t i8254_claim(irq_t *irq) |
65 | { |
65 | { |
66 | return IRQ_ACCEPT; |
66 | return IRQ_ACCEPT; |
67 | } |
67 | } |
68 | 68 | ||
69 | static void i8254_irq_handler(irq_t *irq) |
69 | static void i8254_irq_handler(irq_t *irq) |