Changes in uspace/srv/hw/irc/i8259/i8259.c [1558d85:3e6a98c5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/irc/i8259/i8259.c
r1558d85 r3e6a98c5 45 45 #include <stdbool.h> 46 46 #include <errno.h> 47 #include <async.h> 48 #include <align.h> 47 49 #include <async.h> 48 50 #include <stdio.h> … … 151 153 } 152 154 153 async_set_ fallback_port_handler(i8259_connection, NULL);155 async_set_client_connection(i8259_connection); 154 156 service_register(SERVICE_IRC); 155 157
Note:
See TracChangeset
for help on using the changeset viewer.