Changeset eebecdc in mainline for uspace/lib/device/include/ipc/devman.h
- Timestamp:
- 2025-03-13T18:30:36Z (4 months ago)
- Children:
- e3e53cc
- Parents:
- e494d7b (diff), da54714 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/device/include/ipc/devman.h
re494d7b reebecdc 148 148 DEVMAN_DRV_FUN_ONLINE, 149 149 DEVMAN_DRV_FUN_OFFLINE, 150 DEVMAN_DRV_FUN_QUIESCE, 150 151 DEVMAN_DRV_FUN_WAIT_STABLE, 151 152 DEVMAN_REMOVE_FUNCTION … … 156 157 DRIVER_DEV_REMOVE, 157 158 DRIVER_DEV_GONE, 159 DRIVER_DEV_QUIESCE, 158 160 DRIVER_FUN_ONLINE, 159 161 DRIVER_FUN_OFFLINE, … … 171 173 DEVMAN_FUN_ONLINE, 172 174 DEVMAN_FUN_OFFLINE, 175 DEVMAN_FUN_QUIESCE, 173 176 DEVMAN_FUN_GET_PATH, 174 177 DEVMAN_FUN_SID_TO_HANDLE,
Note:
See TracChangeset
for help on using the changeset viewer.