Ignore:
Timestamp:
2011-12-14T21:17:43Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8a01a0b
Parents:
e285656
Message:

libusbdev: Drop unused argument.

File:
1 edited

Legend:

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

    re285656 r0cfb05e  
    173173void usb_device_release_descriptors(usb_device_descriptors_t *);
    174174
    175 int usb_device_create_pipes(const ddf_dev_t *, usb_device_connection_t *,
     175int usb_device_create_pipes(usb_device_connection_t *,
    176176    const usb_endpoint_description_t **, const uint8_t *, size_t, int, int,
    177177    usb_endpoint_mapping_t **, size_t *);
Note: See TracChangeset for help on using the changeset viewer.