Rev 1705 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1705 | Rev 1780 | ||
---|---|---|---|
Line 63... | Line 63... | ||
63 | exc_register(VECTOR_DECREMENTER, "timer", exception_decrementer); |
63 | exc_register(VECTOR_DECREMENTER, "timer", exception_decrementer); |
64 | } |
64 | } |
65 | 65 | ||
66 | 66 | ||
67 | /* Reregister irq to be IPC-ready */ |
67 | /* Reregister irq to be IPC-ready */ |
68 | void irq_ipc_bind_arch(__native irq) |
68 | void irq_ipc_bind_arch(unative_t irq) |
69 | { |
69 | { |
70 | panic("not implemented\n"); |
70 | panic("not implemented\n"); |
71 | /* TODO */ |
71 | /* TODO */ |
72 | } |
72 | } |
73 | 73 |