mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-23 01:51:58 +00:00
Update now that if_ether.h has moved.
This commit is contained in:
parent
4f3581e99c
commit
d24042f0bb
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user