Changeset f9b2cb4c in mainline for uspace/srv/devman/drv_conn.c
- Timestamp:
- 2015-08-23T12:50:23Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9ef495f
- Parents:
- 0dd16778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/drv_conn.c
r0dd16778 rf9b2cb4c 49 49 #include <io/log.h> 50 50 #include <ipc/devman.h> 51 #include <ipc/driver.h>52 51 #include <loc.h> 53 52 … … 131 130 } 132 131 /* FIXME: Work around problem with callback sessions */ 133 async_sess_args_set(driver->sess, DRIVER_DEVMAN, 0, 0);132 async_sess_args_set(driver->sess, INTERFACE_DDF_DEVMAN, 0, 0); 134 133 135 134 log_msg(LOG_DEFAULT, LVL_NOTE, … … 587 586 588 587 /** Function for handling connections from a driver to the device manager. */ 589 void devman_connection_driver(ipc_callid_t iid, ipc_call_t *icall )588 void devman_connection_driver(ipc_callid_t iid, ipc_call_t *icall, void *arg) 590 589 { 591 590 client_t *client;
Note:
See TracChangeset
for help on using the changeset viewer.