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