Changeset 66babbd in mainline for uspace/lib/libc/include/ipc/devman.h


Ignore:
Timestamp:
2010-03-25T09:55:09Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a087f2e
Parents:
d347b53
Message:

child device registration - match ids

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/ipc/devman.h

    rd347b53 r66babbd  
    5151        /** Id of device model.
    5252         */
    53         const char *id;
     53        char *id;
    5454        /** Relevancy of device-to-driver match.
    5555         * The higher is the product of scores specified for the device by the bus driver and by the leaf driver,
     
    121121typedef enum {
    122122        DEVMAN_DRIVER_REGISTER = IPC_FIRST_USER_METHOD,
    123         DEVMAN_ADD_CHILD_DEVICE
     123        DEVMAN_ADD_CHILD_DEVICE,
     124        DEVMAN_ADD_MATCH_ID
    124125
    125126} driver_to_devman_t;
Note: See TracChangeset for help on using the changeset viewer.