Changes in uspace/srv/hid/output/output.c [ce3efa0:2f6ad06] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/output.c
rce3efa0 r2f6ad06 32 32 #include <macros.h> 33 33 #include <as.h> 34 #include <task.h> 34 35 #include <ipc/output.h> 35 36 #include "port/ega.h" … … 460 461 461 462 /* Register server */ 462 async_set_ client_connection(client_connection);463 async_set_fallback_port_handler(client_connection, NULL); 463 464 int rc = loc_server_register(NAME); 464 465 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.