Changes in uspace/lib/c/generic/devmap.c [9476f4f:47a7174f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/devmap.c
r9476f4f r47a7174f 279 279 280 280 if (flags & IPC_FLAG_BLOCKING) { 281 phone = async_connect_me_to_blocking(PHONE_NS, SERVICE_DEVMAP,281 phone = ipc_connect_me_to_blocking(PHONE_NS, SERVICE_DEVMAP, 282 282 DEVMAP_CONNECT_TO_DEVICE, handle); 283 283 } else { 284 phone = async_connect_me_to(PHONE_NS, SERVICE_DEVMAP,284 phone = ipc_connect_me_to(PHONE_NS, SERVICE_DEVMAP, 285 285 DEVMAP_CONNECT_TO_DEVICE, handle); 286 286 }
Note:
See TracChangeset
for help on using the changeset viewer.