Changeset 8a01a0b in mainline for uspace/lib/usbdev/include/usb/dev


Ignore:
Timestamp:
2011-12-14T21:23:59Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6883abfa
Parents:
0cfb05e
Message:

libusbdev: Remove unused parameters and variables.

File:
1 edited

Legend:

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

    r0cfb05e r8a01a0b  
    176176    const usb_endpoint_description_t **, const uint8_t *, size_t, int, int,
    177177    usb_endpoint_mapping_t **, size_t *);
    178 int usb_device_destroy_pipes(const ddf_dev_t *, usb_endpoint_mapping_t *, size_t);
     178int usb_device_destroy_pipes(usb_endpoint_mapping_t *, size_t);
    179179
    180180void * usb_device_data_alloc(usb_device_t *, size_t);
Note: See TracChangeset for help on using the changeset viewer.