Changeset 66babbd in mainline for uspace/lib/libc/include/ipc/devman.h
- Timestamp:
- 2010-03-25T09:55:09Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a087f2e
- Parents:
- d347b53
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/ipc/devman.h
rd347b53 r66babbd 51 51 /** Id of device model. 52 52 */ 53 c onst char *id;53 char *id; 54 54 /** Relevancy of device-to-driver match. 55 55 * The higher is the product of scores specified for the device by the bus driver and by the leaf driver, … … 121 121 typedef enum { 122 122 DEVMAN_DRIVER_REGISTER = IPC_FIRST_USER_METHOD, 123 DEVMAN_ADD_CHILD_DEVICE 123 DEVMAN_ADD_CHILD_DEVICE, 124 DEVMAN_ADD_MATCH_ID 124 125 125 126 } driver_to_devman_t;
Note:
See TracChangeset
for help on using the changeset viewer.