From 759736470cac5ee5c7e86400bff165c7af6b400b Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Mon, 15 Jun 2009 01:09:19 +0000 Subject: Fix _USB2_* refernces in the header protection defines. --- sys/dev/usb/usb_util.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/usb/usb_util.h') diff --git a/sys/dev/usb/usb_util.h b/sys/dev/usb/usb_util.h index 6b8f02737f91..b4fdd60ece05 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_ */ -- cgit v1.2.3