Changes in uspace/lib/device/include/ipc/devman.h [832cbe7:5fc8244] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/device/include/ipc/devman.h
r832cbe7 r5fc8244 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda3 2 * Copyright (c) 2010 Lenka Trochtova 4 3 * All rights reserved. … … 32 31 */ 33 32 34 #ifndef LIBDEVICE_IPC_DEVMAN_H35 #define LIBDEVICE_IPC_DEVMAN_H33 #ifndef _LIBC_IPC_DEVMAN_H_ 34 #define _LIBC_IPC_DEVMAN_H_ 36 35 37 36 #include <ipc/common.h> … … 148 147 DEVMAN_DRV_FUN_ONLINE, 149 148 DEVMAN_DRV_FUN_OFFLINE, 150 DEVMAN_DRV_FUN_WAIT_STABLE,151 149 DEVMAN_REMOVE_FUNCTION 152 150 } driver_to_devman_t;
Note:
See TracChangeset
for help on using the changeset viewer.