Changeset 832cbe7 in mainline for uspace/lib/device/include
- Timestamp:
- 2025-02-05T12:30:20Z (11 months ago)
- Branches:
- master
- Children:
- accdf882
- Parents:
- 0dab4850
- git-author:
- Jiri Svoboda <jiri@…> (2025-02-04 21:30:06)
- git-committer:
- Jiri Svoboda <jiri@…> (2025-02-05 12:30:20)
- Location:
- uspace/lib/device/include
- Files:
-
- 2 edited
-
devman.h (modified) (2 diffs)
-
ipc/devman.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/device/include/devman.h
r0dab4850 r832cbe7 1 1 /* 2 * Copyright (c) 20 09Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * Copyright (c) 2010 Lenka Trochtova 4 4 * All rights reserved. … … 52 52 extern errno_t devman_drv_fun_online(devman_handle_t); 53 53 extern errno_t devman_drv_fun_offline(devman_handle_t); 54 extern errno_t devman_drv_fun_wait_stable(devman_handle_t); 54 55 55 56 extern async_sess_t *devman_device_connect(devman_handle_t, unsigned int); -
uspace/lib/device/include/ipc/devman.h
r0dab4850 r832cbe7 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda 2 3 * Copyright (c) 2010 Lenka Trochtova 3 4 * All rights reserved. … … 147 148 DEVMAN_DRV_FUN_ONLINE, 148 149 DEVMAN_DRV_FUN_OFFLINE, 150 DEVMAN_DRV_FUN_WAIT_STABLE, 149 151 DEVMAN_REMOVE_FUNCTION 150 152 } driver_to_devman_t;
Note:
See TracChangeset
for help on using the changeset viewer.
