Changes in uspace/srv/hw/irc/apic/apic.c [28a3e74:ffa2c8ef] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/irc/apic/apic.c
r28a3e74 rffa2c8ef 56 56 static int apic_enable_irq(sysarg_t irq) 57 57 { 58 / * FIXME: TODO */58 // FIXME: TODO 59 59 return ENOTSUP; 60 60 } … … 107 107 108 108 async_set_client_connection(apic_connection); 109 service_register(SERVICE_ IRC);109 service_register(SERVICE_APIC); 110 110 111 111 return true;
Note:
See TracChangeset
for help on using the changeset viewer.