Changeset 52fb76e in mainline for uspace/lib/usb/include/usb/pipes.h


Ignore:
Timestamp:
2011-02-01T23:16:17Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a11192
Parents:
3e9074f
Message:

Bare initialization of device connection struct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/pipes.h

    r3e9074f r52fb76e  
    8282int usb_device_connection_initialize_from_device(usb_device_connection_t *,
    8383    device_t *);
     84int usb_device_connection_initialize(usb_device_connection_t *,
     85    devman_handle_t, usb_address_t);
    8486
    8587int usb_endpoint_pipe_initialize(usb_endpoint_pipe_t *,
Note: See TracChangeset for help on using the changeset viewer.