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


Ignore:
Timestamp:
2010-05-02T20:49:09Z (15 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bb864a0
Parents:
25a7e11d
Message:

parts of generic char interface, fixed some bugs

File:
1 edited

Legend:

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

    r25a7e11d rf658458  
    5151int devman_parent_device_connect(device_handle_t handle, unsigned int flags);
    5252
     53int devman_device_get_handle(const char *pathname, device_handle_t *handle, unsigned int flags);
     54
    5355
    5456#endif
Note: See TracChangeset for help on using the changeset viewer.