summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_parse.h
diff options
context:
space:
mode:
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