summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/net/if_arp.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/include/net/if_arp.h')
-rw-r--r--mdk-stage1/dietlibc/include/net/if_arp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/include/net/if_arp.h b/mdk-stage1/dietlibc/include/net/if_arp.h
new file mode 100644
index 000000000..fe37a22dc
--- /dev/null
+++ b/mdk-stage1/dietlibc/include/net/if_arp.h
@@ -0,0 +1,6 @@
+#ifndef _NET_IF_ARP_H
+#define _NET_IF_ARP_H
+
+#include <linux/if_arp.h>
+
+#endif