Changes in uspace/srv/hw/irc/obio/obio.c [bf9cb2f:b688fd8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/irc/obio/obio.c
rbf9cb2f rb688fd8 137 137 printf("%s: OBIO registers with base at %zu\n", NAME, base_phys); 138 138 139 async_set_ client_connection(obio_connection);139 async_set_fallback_port_handler(obio_connection, NULL); 140 140 service_register(SERVICE_IRC); 141 141
Note:
See TracChangeset
for help on using the changeset viewer.