diff options
author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-05-28 17:36:36 +0000 |
---|---|---|
committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-05-28 17:36:36 +0000 |
commit | 760bc48e7ee4471fe04fa5fee89d00bf7d698ddb (patch) | |
tree | 3036722a60a7a9ddd5122172e56736f3e128664b /lib/libusb/libusb20_int.h | |
parent | 58de945eeb77565ebea70d949ffb610268f7d9ae (diff) | |
download | src-760bc48e7ee4471fe04fa5fee89d00bf7d698ddb.tar.gz src-760bc48e7ee4471fe04fa5fee89d00bf7d698ddb.zip |
s/usb2_/usb_/ on all C structs for the USB stack.
Notes
Notes:
svn path=/head/; revision=192984
Diffstat (limited to 'lib/libusb/libusb20_int.h')
-rw-r--r-- | lib/libusb/libusb20_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libusb/libusb20_int.h b/lib/libusb/libusb20_int.h index 494aa6d7bf39..706f857e8567 100644 --- a/lib/libusb/libusb20_int.h +++ b/lib/libusb/libusb20_int.h @@ -49,7 +49,7 @@ typedef int (libusb20_root_get_quirk_name_t)(struct libusb20_backend *pbe, uint1 typedef int (libusb20_root_add_dev_quirk_t)(struct libusb20_backend *pbe, struct libusb20_quirk *pq); typedef int (libusb20_root_remove_dev_quirk_t)(struct libusb20_backend *pbe, struct libusb20_quirk *pq); typedef int (libusb20_close_device_t)(struct libusb20_device *pdev); -typedef int (libusb20_dev_get_info_t)(struct libusb20_device *pdev, struct usb2_device_info *pinfo); +typedef int (libusb20_dev_get_info_t)(struct libusb20_device *pdev, struct usb_device_info *pinfo); typedef int (libusb20_dev_get_iface_desc_t)(struct libusb20_device *pdev, uint8_t iface_index, char *buf, uint8_t len); typedef int (libusb20_init_backend_t)(struct libusb20_backend *pbe); typedef int (libusb20_open_device_t)(struct libusb20_device *pdev, uint16_t transfer_count_max); |