aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_lookup.h')
-rw-r--r--sys/dev/usb/usb_lookup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_lookup.h b/sys/dev/usb/usb_lookup.h
index 63c3fbd444dc..375ca06ee191 100644
--- a/sys/dev/usb/usb_lookup.h
+++ b/sys/dev/usb/usb_lookup.h
@@ -24,8 +24,8 @@
* SUCH DAMAGE.
*/
-#ifndef _USB2_LOOKUP_H_
-#define _USB2_LOOKUP_H_
+#ifndef _USB_LOOKUP_H_
+#define _USB_LOOKUP_H_
struct usb_attach_arg;
@@ -119,4 +119,4 @@ const struct usb_device_id *usbd_lookup_id_by_info(
int usbd_lookup_id_by_uaa(const struct usb_device_id *id,
usb_size_t sizeof_id, struct usb_attach_arg *uaa);
-#endif /* _USB2_LOOKUP_H_ */
+#endif /* _USB_LOOKUP_H_ */