david/ipxe
Archived
1
0

Update now that if_ether.h has moved.

This commit is contained in:
Michael Brown 2006-04-19 01:56:10 +00:00
parent 4f3581e99c
commit d24042f0bb
2 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#include <stdarg.h>
#include "if_ether.h" /* for ETH_ALEN */
#include <gpxe/if_ether.h> /* for ETH_ALEN */
#include "limits.h" /* for CHAR_BIT */
#include "console.h"
#include "errno.h"

View File

@ -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