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

libusbdev: usb_destroy_pipes would only ever return EOK.

File:
1 edited

Legend:

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

    r8a01a0b r6883abfa  
    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(usb_endpoint_mapping_t *, size_t);
     178void 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.