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