Rev 3844 | Rev 3908 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3844 | Rev 3906 | ||
|---|---|---|---|
| Line 99... | Line 99... | ||
| 99 | * |
99 | * |
| 100 | * This is not a real IRQ, so we always decline. |
100 | * This is not a real IRQ, so we always decline. |
| 101 | * |
101 | * |
| 102 | * @return Always returns IRQ_DECLINE. |
102 | * @return Always returns IRQ_DECLINE. |
| 103 | */ |
103 | */ |
| 104 | static irq_ownership_t klog_claim(void) |
104 | static irq_ownership_t klog_claim(void *instance) |
| 105 | { |
105 | { |
| 106 | return IRQ_DECLINE; |
106 | return IRQ_DECLINE; |
| 107 | } |
107 | } |
| 108 | 108 | ||
| 109 | /** Standard input character device */ |
109 | /** Standard input character device */ |