Changeset 692c40cb in mainline for uspace/lib/c/include/ipc/devman.h


Ignore:
Timestamp:
2010-05-28T09:04:37Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5159ae9
Parents:
c9f3b45c
Message:

Introduce device classes.Device class specifies functional type of the device. Device classes are identified by their string names (actually device class is just a string value). Device classes can be dynamically added. A device can be added to any number of classes.

File:
1 edited

Legend:

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

    rc9f3b45c r692c40cb  
    129129        DEVMAN_DRIVER_REGISTER = IPC_FIRST_USER_METHOD,
    130130        DEVMAN_ADD_CHILD_DEVICE,
    131         DEVMAN_ADD_MATCH_ID
     131        DEVMAN_ADD_MATCH_ID,
     132        DEVMAN_ADD_DEVICE_TO_CLASS
    132133
    133134} driver_to_devman_t;
Note: See TracChangeset for help on using the changeset viewer.