summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_transfer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_transfer.h')
-rw-r--r--sys/dev/usb/usb_transfer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_transfer.h b/sys/dev/usb/usb_transfer.h
index 9b5a33c..89ca8c1 100644
--- a/sys/dev/usb/usb_transfer.h
+++ b/sys/dev/usb/usb_transfer.h
@@ -24,8 +24,8 @@
* SUCH DAMAGE.
*/
-#ifndef _USB2_TRANSFER_H_
-#define _USB2_TRANSFER_H_
+#ifndef _USB_TRANSFER_H_
+#define _USB_TRANSFER_H_
/*
* The following structure defines the messages that is used to signal
@@ -135,4 +135,4 @@ void usbd_transfer_timeout_ms(struct usb_xfer *xfer,
usb_timeout_t usbd_get_dma_delay(struct usb_bus *bus);
void usbd_transfer_power_ref(struct usb_xfer *xfer, int val);
-#endif /* _USB2_TRANSFER_H_ */
+#endif /* _USB_TRANSFER_H_ */
OpenPOWER on IntegriCloud