mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Update now that if_ether.h has moved.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#include <stdarg.h>
|
#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 "limits.h" /* for CHAR_BIT */
|
||||||
#include "console.h"
|
#include "console.h"
|
||||||
#include "errno.h"
|
#include "errno.h"
|
||||||
|
|||||||
@@ -1,11 +1,7 @@
|
|||||||
#ifndef _IN_H
|
#ifndef _IN_H
|
||||||
#define _IN_H
|
#define _IN_H
|
||||||
|
|
||||||
#include "stdint.h"
|
#include <stdint.h>
|
||||||
#include <if_ether.h>
|
|
||||||
#define IP ETH_P_IP
|
|
||||||
#define ARP ETH_P_ARP
|
|
||||||
#define RARP ETH_P_RARP
|
|
||||||
|
|
||||||
#define IP_ICMP 1
|
#define IP_ICMP 1
|
||||||
#define IP_IGMP 2
|
#define IP_IGMP 2
|
||||||
|
|||||||
Reference in New Issue
Block a user