From 49f933fbc3a55071e1cac362f7e1b5f2fd41b657 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 19 Apr 2006 01:52:41 +0000 Subject: Moved if_ether.h and if_arp.h to include/gpxe, for consistency with Linux kernel. Removed obsolete struct arprequest from if_arp.h and put it in nic.c so that nic.c will still compile. ARP will very shortly be handled by net/arp.c instead. --- src/include/etherboot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/etherboot.h') diff --git a/src/include/etherboot.h b/src/include/etherboot.h index 6ce55c101..10abef1ec 100644 --- a/src/include/etherboot.h +++ b/src/include/etherboot.h @@ -119,7 +119,7 @@ #define NULL ((void *)0) #endif -#include "if_ether.h" +#include enum { ARP_CLIENT, ARP_SERVER, ARP_GATEWAY, @@ -144,7 +144,7 @@ enum { #define ENCAP_OPT #endif -#include "if_arp.h" +#include #include "ip.h" #include "udp.h" #include "old_tcp.h" -- cgit v1.2.3-55-g7522