Changeset 692c40cb in mainline for uspace/lib/c/include
- Timestamp:
- 2010-05-28T09:04:37Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5159ae9
- Parents:
- c9f3b45c
- Location:
- uspace/lib/c/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/devman.h
rc9f3b45c r692c40cb 53 53 int devman_device_get_handle(const char *pathname, device_handle_t *handle, unsigned int flags); 54 54 55 int devman_add_device_to_class(device_handle_t dev_handle, const char *class_name); 55 56 56 57 #endif -
uspace/lib/c/include/ipc/devman.h
rc9f3b45c r692c40cb 129 129 DEVMAN_DRIVER_REGISTER = IPC_FIRST_USER_METHOD, 130 130 DEVMAN_ADD_CHILD_DEVICE, 131 DEVMAN_ADD_MATCH_ID 131 DEVMAN_ADD_MATCH_ID, 132 DEVMAN_ADD_DEVICE_TO_CLASS 132 133 133 134 } driver_to_devman_t;
Note:
See TracChangeset
for help on using the changeset viewer.