aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_util.h
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2009-06-15 01:02:43 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2009-06-15 01:02:43 +0000
commita593f6b8de8b956bd0dd22f74805ede942e3d6a9 (patch)
treeb384d18397090617ec2f5b76c9e0ba67f45456c3 /sys/dev/usb/usb_util.h
parent8437751d864a6b02bef3a914b6dac1bcfb968794 (diff)
downloadsrc-a593f6b8de8b956bd0dd22f74805ede942e3d6a9.tar.gz
src-a593f6b8de8b956bd0dd22f74805ede942e3d6a9.zip
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
Notes
Notes: svn path=/head/; revision=194228
Diffstat (limited to 'sys/dev/usb/usb_util.h')
-rw-r--r--sys/dev/usb/usb_util.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/usb/usb_util.h b/sys/dev/usb/usb_util.h
index 42733063144a..6b8f02737f91 100644
--- a/sys/dev/usb/usb_util.h
+++ b/sys/dev/usb/usb_util.h
@@ -28,10 +28,10 @@
#define _USB2_UTIL_H_
int device_delete_all_children(device_t dev);
-uint8_t usb2_make_str_desc(void *ptr, uint16_t max_len, const char *s);
-void device_set_usb2_desc(device_t dev);
-void usb2_pause_mtx(struct mtx *mtx, int _ticks);
-void usb2_printBCD(char *p, uint16_t p_len, uint16_t bcd);
-void usb2_trim_spaces(char *p);
+uint8_t usb_make_str_desc(void *ptr, uint16_t max_len, const char *s);
+void device_set_usb_desc(device_t dev);
+void usb_pause_mtx(struct mtx *mtx, int _ticks);
+void usb_printbcd(char *p, uint16_t p_len, uint16_t bcd);
+void usb_trim_spaces(char *p);
#endif /* _USB2_UTIL_H_ */