Rev 1705 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1705 | Rev 1780 | ||
|---|---|---|---|
| Line 50... | Line 50... | ||
| 50 | 50 | ||
| 51 | exc_register(n - 1, name, f); |
51 | exc_register(n - 1, name, f); |
| 52 | } |
52 | } |
| 53 | 53 | ||
| 54 | /* Reregister irq to be IPC-ready */ |
54 | /* Reregister irq to be IPC-ready */ |
| 55 | void irq_ipc_bind_arch(__native irq) |
55 | void irq_ipc_bind_arch(unative_t irq) |
| 56 | { |
56 | { |
| 57 | panic("not implemented\n"); |
57 | panic("not implemented\n"); |
| 58 | /* TODO */ |
58 | /* TODO */ |
| 59 | } |
59 | } |
| 60 | 60 | ||