Ignore:
Timestamp:
2011-10-15T14:30:18Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b803845
Parents:
ce2a1c2
Message:

libusbdev: Rename _destroy ⇒ _deinit

The function does not free provided pointer.

File:
1 edited

Legend:

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

    rce2a1c2 r9c5fd7a  
    172172int usb_device_destroy_pipes(const ddf_dev_t *, usb_endpoint_mapping_t *, size_t);
    173173int usb_device_create(ddf_dev_t *, usb_endpoint_description_t **, usb_device_t **, const char **);
    174 void usb_device_destroy(usb_device_t *);
     174void usb_device_deinit(usb_device_t *);
    175175void * usb_device_data_alloc(usb_device_t *, size_t);
    176176
Note: See TracChangeset for help on using the changeset viewer.