aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/if_ether.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/if_ether.h')
-rw-r--r--sys/compat/linuxkpi/common/include/linux/if_ether.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/if_ether.h b/sys/compat/linuxkpi/common/include/linux/if_ether.h
index 187446c4c591..178b778ec736 100644
--- a/sys/compat/linuxkpi/common/include/linux/if_ether.h
+++ b/sys/compat/linuxkpi/common/include/linux/if_ether.h
@@ -28,8 +28,8 @@
*
* $FreeBSD$
*/
-#ifndef _LINUX_IF_ETHER_H_
-#define _LINUX_IF_ETHER_H_
+#ifndef _LINUXKPI_LINUX_IF_ETHER_H_
+#define _LINUXKPI_LINUX_IF_ETHER_H_
#include <linux/types.h>
@@ -64,4 +64,4 @@ struct ethhdr {
uint16_t h_proto;
} __packed;
-#endif /* _LINUX_IF_ETHER_H_ */
+#endif /* _LINUXKPI_LINUX_IF_ETHER_H_ */