summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/net/usb_ethernet.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/net/usb_ethernet.h')
-rw-r--r--sys/dev/usb/net/usb_ethernet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/net/usb_ethernet.h b/sys/dev/usb/net/usb_ethernet.h
index ad57a85..51a8107 100644
--- a/sys/dev/usb/net/usb_ethernet.h
+++ b/sys/dev/usb/net/usb_ethernet.h
@@ -24,8 +24,8 @@
* SUCH DAMAGE.
*/
-#ifndef _USB2_ETHERNET_H_
-#define _USB2_ETHERNET_H_
+#ifndef _USB_ETHERNET_H_
+#define _USB_ETHERNET_H_
#include "opt_inet.h"
@@ -119,4 +119,4 @@ int uether_rxbuf(struct usb_ether *,
unsigned int, unsigned int);
void uether_rxflush(struct usb_ether *);
uint8_t uether_is_gone(struct usb_ether *);
-#endif /* _USB2_ETHERNET_H_ */
+#endif /* _USB_ETHERNET_H_ */
OpenPOWER on IntegriCloud