summaryrefslogtreecommitdiffstats
path: root/src/pal/linux/rte_ethdev_includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/linux/rte_ethdev_includes.h')
-rw-r--r--src/pal/linux/rte_ethdev_includes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pal/linux/rte_ethdev_includes.h b/src/pal/linux/rte_ethdev_includes.h
index de115d77..e957b68b 100644
--- a/src/pal/linux/rte_ethdev_includes.h
+++ b/src/pal/linux/rte_ethdev_includes.h
@@ -1,3 +1,6 @@
+#ifndef __RTE_ETHDEV_INCLUDES_H__
+#define __RTE_ETHDEV_INCLUDES_H__
+
struct rte_eth_link {
int link_autoneg;
int link_speed;
@@ -21,3 +24,4 @@ struct rte_eth_fc_conf {
struct rte_eth_dev_info {
};
+#endif /* __RTE_ETHDEV_INCLUDES_H__ */