diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-06-15 01:09:19 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-06-15 01:09:19 +0000 |
commit | a18827ec0e5a865113f3344d19012361dc6f5413 (patch) | |
tree | af0fbf698060c5187808f586e9f5e462430088e3 /sys/dev/usb/net/usb_ethernet.h | |
parent | 57d194eb533819d5f33a7b9268aa42d6b57a6f7b (diff) | |
download | FreeBSD-src-a18827ec0e5a865113f3344d19012361dc6f5413.zip FreeBSD-src-a18827ec0e5a865113f3344d19012361dc6f5413.tar.gz |
Fix _USB2_* refernces in the header protection defines.
Diffstat (limited to 'sys/dev/usb/net/usb_ethernet.h')
-rw-r--r-- | sys/dev/usb/net/usb_ethernet.h | 6 |
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_ */ |