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