Changeset 5cd136ab in mainline for uspace/lib/libc/include/devman.h


Ignore:
Timestamp:
2010-04-02T13:37:58Z (15 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9a66bc2e
Parents:
57937dd
Message:

device interfaces and driver cooperation - parts of code

File:
1 edited

Legend:

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

    r57937dd r5cd136ab  
    4848int devman_child_device_register(const char *, match_id_list_t *, device_handle_t, device_handle_t *);
    4949
     50int devman_device_connect(device_handle_t handle, unsigned int flags);
     51int devman_parent_device_connect(device_handle_t handle, unsigned int flags);
     52
    5053
    5154#endif
Note: See TracChangeset for help on using the changeset viewer.