summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_error.h')
-rw-r--r--sys/dev/usb/usb_error.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_error.h b/sys/dev/usb/usb_error.h
index 91f0245..48d217a 100644
--- a/sys/dev/usb/usb_error.h
+++ b/sys/dev/usb/usb_error.h
@@ -24,8 +24,8 @@
* SUCH DAMAGE.
*/
-#ifndef _USB2_ERROR_H_
-#define _USB2_ERROR_H_
+#ifndef _USB_ERROR_H_
+#define _USB_ERROR_H_
enum { /* keep in sync with usb_errstr_table */
USB_ERR_NORMAL_COMPLETION = 0,
@@ -60,4 +60,4 @@ enum { /* keep in sync with usb_errstr_table */
USB_ERR_MAX
};
-#endif /* _USB2_ERROR_H_ */
+#endif /* _USB_ERROR_H_ */
OpenPOWER on IntegriCloud