mirror of
https://github.com/ipxe/ipxe
synced 2026-02-12 09:59:51 +03:00
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.
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
#define NULL ((void *)0)
|
||||
#endif
|
||||
|
||||
#include "if_ether.h"
|
||||
#include <gpxe/if_ether.h>
|
||||
|
||||
enum {
|
||||
ARP_CLIENT, ARP_SERVER, ARP_GATEWAY,
|
||||
@@ -144,7 +144,7 @@ enum {
|
||||
#define ENCAP_OPT
|
||||
#endif
|
||||
|
||||
#include "if_arp.h"
|
||||
#include <gpxe/if_arp.h>
|
||||
#include "ip.h"
|
||||
#include "udp.h"
|
||||
#include "old_tcp.h"
|
||||
|
||||
Reference in New Issue
Block a user