summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2006-04-19 03:56:10 +0200
committerMichael Brown2006-04-19 03:56:10 +0200
commitd24042f0bb361f00b0b157d1054845659781d8c7 (patch)
tree3d9ad073766e2dc9919ce932b2650e9c24915926 /src/include
parentAdded ENOENT and EAFNOSUPPORT (diff)
downloadipxe-d24042f0bb361f00b0b157d1054845659781d8c7.tar.gz
ipxe-d24042f0bb361f00b0b157d1054845659781d8c7.tar.xz
ipxe-d24042f0bb361f00b0b157d1054845659781d8c7.zip
Update now that if_ether.h has moved.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/in.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/gpxe/in.h b/src/include/gpxe/in.h
index 2581eda5..e1bdde93 100644
--- a/src/include/gpxe/in.h
+++ b/src/include/gpxe/in.h
@@ -1,11 +1,7 @@
#ifndef _IN_H
#define _IN_H
-#include "stdint.h"
-#include <if_ether.h>
-#define IP ETH_P_IP
-#define ARP ETH_P_ARP
-#define RARP ETH_P_RARP
+#include <stdint.h>
#define IP_ICMP 1
#define IP_IGMP 2