summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_util.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-06-15 01:09:19 +0000
committerthompsa <thompsa@FreeBSD.org>2009-06-15 01:09:19 +0000
commita18827ec0e5a865113f3344d19012361dc6f5413 (patch)
treeaf0fbf698060c5187808f586e9f5e462430088e3 /sys/dev/usb/usb_util.h
parent57d194eb533819d5f33a7b9268aa42d6b57a6f7b (diff)
downloadFreeBSD-src-a18827ec0e5a865113f3344d19012361dc6f5413.zip
FreeBSD-src-a18827ec0e5a865113f3344d19012361dc6f5413.tar.gz
Fix _USB2_* refernces in the header protection defines.
Diffstat (limited to 'sys/dev/usb/usb_util.h')
-rw-r--r--sys/dev/usb/usb_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_util.h b/sys/dev/usb/usb_util.h
index 6b8f027..b4fdd60 100644
--- a/sys/dev/usb/usb_util.h
+++ b/sys/dev/usb/usb_util.h
@@ -24,8 +24,8 @@
* SUCH DAMAGE.
*/
-#ifndef _USB2_UTIL_H_
-#define _USB2_UTIL_H_
+#ifndef _USB_UTIL_H_
+#define _USB_UTIL_H_
int device_delete_all_children(device_t dev);
uint8_t usb_make_str_desc(void *ptr, uint16_t max_len, const char *s);
@@ -34,4 +34,4 @@ 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_ */
+#endif /* _USB_UTIL_H_ */
OpenPOWER on IntegriCloud