summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_parse.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-06-15 01:02:43 +0000
committerthompsa <thompsa@FreeBSD.org>2009-06-15 01:02:43 +0000
commit06303d491a0f2982d6774156ea92ce9b41f9b12c (patch)
treeb384d18397090617ec2f5b76c9e0ba67f45456c3 /sys/dev/usb/usb_parse.h
parent59f1f60cfaca26c7758f2642afca8d6500b9a06a (diff)
downloadFreeBSD-src-06303d491a0f2982d6774156ea92ce9b41f9b12c.zip
FreeBSD-src-06303d491a0f2982d6774156ea92ce9b41f9b12c.tar.gz
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
Diffstat (limited to 'sys/dev/usb/usb_parse.h')
-rw-r--r--sys/dev/usb/usb_parse.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/usb/usb_parse.h b/sys/dev/usb/usb_parse.h
index 4f36618..fc5f683 100644
--- a/sys/dev/usb/usb_parse.h
+++ b/sys/dev/usb/usb_parse.h
@@ -38,17 +38,17 @@ struct usb_idesc_parse_state {
/* prototypes */
-struct usb_descriptor *usb2_desc_foreach(struct usb_config_descriptor *cd,
+struct usb_descriptor *usb_desc_foreach(struct usb_config_descriptor *cd,
struct usb_descriptor *desc);
-struct usb_interface_descriptor *usb2_idesc_foreach(
+struct usb_interface_descriptor *usb_idesc_foreach(
struct usb_config_descriptor *cd,
struct usb_idesc_parse_state *ps);
-struct usb_endpoint_descriptor *usb2_edesc_foreach(
+struct usb_endpoint_descriptor *usb_edesc_foreach(
struct usb_config_descriptor *cd,
struct usb_endpoint_descriptor *ped);
-uint8_t usb2_get_no_descriptors(struct usb_config_descriptor *cd,
+uint8_t usbd_get_no_descriptors(struct usb_config_descriptor *cd,
uint8_t type);
-uint8_t usb2_get_no_alts(struct usb_config_descriptor *cd,
+uint8_t usbd_get_no_alts(struct usb_config_descriptor *cd,
struct usb_interface_descriptor *id);
#endif /* _USB2_PARSE_H_ */
OpenPOWER on IntegriCloud