Changeset 3529f148 in mainline for uspace/lib/c/generic/devman.c
- Timestamp:
- 2020-03-06T19:14:20Z (5 years ago)
- Children:
- 13b4504
- Parents:
- 06599a1
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2020-02-29 11:22:13)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2020-03-06 19:14:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/devman.c
r06599a1 r3529f148 286 286 } 287 287 288 async_sess_t *devman_device_connect(devman_handle_t handle, unsigned int flags)288 async_sess_t *devman_device_connect(devman_handle_t handle, ipc_start_flag_t flags) 289 289 { 290 290 async_sess_t *sess; … … 359 359 360 360 errno_t devman_fun_get_handle(const char *pathname, devman_handle_t *handle, 361 unsigned int flags)361 ipc_start_flag_t flags) 362 362 { 363 363 async_exch_t *exch;
Note:
See TracChangeset
for help on using the changeset viewer.