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

libusbdev: Make pipes_destroy a member function.

File:
1 edited

Legend:

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

    rb208b3b r2dc5a9f  
    158158    const usb_endpoint_description_t **, const uint8_t *, size_t, int, int,
    159159    usb_endpoint_mapping_t **, size_t *);
    160 void usb_device_destroy_pipes(usb_endpoint_mapping_t *, size_t);
     160void usb_device_destroy_pipes(usb_device_t *);
    161161
    162162usb_pipe_t *usb_device_get_default_pipe(usb_device_t *);
Note: See TracChangeset for help on using the changeset viewer.