Changeset 431d6d6 in mainline for uspace/lib/c/include/ipc/devman.h


Ignore:
Timestamp:
2011-05-07T11:10:17Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e5165a3
Parents:
8594505
Message:

Devman can tell device path by its handle

This patch might go into mainline rightaway.

File:
1 edited

Legend:

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

    r8594505 r431d6d6  
    149149typedef enum {
    150150        DEVMAN_DEVICE_GET_HANDLE = IPC_FIRST_USER_METHOD,
    151         DEVMAN_DEVICE_GET_HANDLE_BY_CLASS
     151        DEVMAN_DEVICE_GET_HANDLE_BY_CLASS,
     152        DEVMAN_DEVICE_GET_DEVICE_PATH
    152153} client_to_devman_t;
    153154
Note: See TracChangeset for help on using the changeset viewer.