Changes in uspace/lib/device/include/ipc/devman.h [8300c72:edeee9f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/device/include/ipc/devman.h
r8300c72 redeee9f 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda3 2 * Copyright (c) 2010 Lenka Trochtova 4 3 * All rights reserved. … … 148 147 DEVMAN_DRV_FUN_ONLINE, 149 148 DEVMAN_DRV_FUN_OFFLINE, 150 DEVMAN_DRV_FUN_QUIESCE,151 DEVMAN_DRV_FUN_WAIT_STABLE,152 149 DEVMAN_REMOVE_FUNCTION 153 150 } driver_to_devman_t; … … 157 154 DRIVER_DEV_REMOVE, 158 155 DRIVER_DEV_GONE, 159 DRIVER_DEV_QUIESCE,160 156 DRIVER_FUN_ONLINE, 161 157 DRIVER_FUN_OFFLINE, … … 173 169 DEVMAN_FUN_ONLINE, 174 170 DEVMAN_FUN_OFFLINE, 175 DEVMAN_FUN_QUIESCE,176 171 DEVMAN_FUN_GET_PATH, 177 172 DEVMAN_FUN_SID_TO_HANDLE,
Note:
See TracChangeset
for help on using the changeset viewer.