Ignore:
Timestamp:
2013-01-26T20:37:07Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a6a5b25
Parents:
f4138ac
Message:

libusbdev: Rework pipes initialization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/include/usb/dev/driver.h

    rf4138ac rb06d35a  
    155155    const usb_endpoint_description_t **);
    156156
    157 int usb_device_create_pipes(usb_device_connection_t *,
    158     const usb_endpoint_description_t **, const uint8_t *, size_t, int, int,
    159     usb_endpoint_mapping_t **, size_t *);
     157int usb_device_create_pipes(usb_device_t *usb_dev,
     158    const usb_endpoint_description_t **endpoints);
    160159void usb_device_destroy_pipes(usb_device_t *);
    161160
Note: See TracChangeset for help on using the changeset viewer.