diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-06-15 01:09:19 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-06-15 01:09:19 +0000 |
| commit | 759736470cac5ee5c7e86400bff165c7af6b400b (patch) | |
| tree | af0fbf698060c5187808f586e9f5e462430088e3 /sys/dev/usb/usb_debug.h | |
| parent | 0b220aa2e894daaab04b841da04513a64bbc3269 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb_debug.h')
| -rw-r--r-- | sys/dev/usb/usb_debug.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_debug.h b/sys/dev/usb/usb_debug.h index d0b5846b58d5..f49f24f49637 100644 --- a/sys/dev/usb/usb_debug.h +++ b/sys/dev/usb/usb_debug.h @@ -26,8 +26,8 @@ /* This file contains various factored out debug macros. */ -#ifndef _USB2_DEBUG_H_ -#define _USB2_DEBUG_H_ +#ifndef _USB_DEBUG_H_ +#define _USB_DEBUG_H_ /* Declare parent SYSCTL USB node. */ SYSCTL_DECL(_hw_usb); @@ -62,4 +62,4 @@ void usb_dump_queue(struct usb_endpoint *ep); void usb_dump_endpoint(struct usb_endpoint *ep); void usb_dump_xfer(struct usb_xfer *xfer); -#endif /* _USB2_DEBUG_H_ */ +#endif /* _USB_DEBUG_H_ */ |
