Changes in uspace/srv/hw/irc/i8259/i8259.c [124c061:acc7ce4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/irc/i8259/i8259.c
r124c061 racc7ce4 150 150 151 151 async_set_client_connection(i8259_connection); 152 ipc_connect_to_me(PHONE_NS, SERVICE_I8259, 0, 0, NULL, NULL); 152 sysarg_t phonead; 153 ipc_connect_to_me(PHONE_NS, SERVICE_I8259, 0, 0, &phonead); 153 154 154 155 return true;
Note:
See TracChangeset
for help on using the changeset viewer.