Changes in uspace/lib/c/generic/devman.c [d87561c:3f57fb7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/devman.c
rd87561c r3f57fb7 45 45 #include <errno.h> 46 46 #include <malloc.h> 47 #include < stdbool.h>47 #include <bool.h> 48 48 49 49 static FIBRIL_MUTEX_INITIALIZE(devman_driver_block_mutex); … … 413 413 sysarg_t dretval; 414 414 415 exch = devman_exchange_begin_blocking( DEVMAN_CLIENT);415 exch = devman_exchange_begin_blocking(LOC_PORT_CONSUMER); 416 416 417 417 ipc_call_t answer;
Note:
See TracChangeset
for help on using the changeset viewer.