mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 18:12:36 +03:00
Do not include etherboot.h
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
#ifndef _UDP_H
|
||||
#define _UDP_H
|
||||
|
||||
#include "etherboot.h"
|
||||
#include "stddef.h"
|
||||
#include "stdint.h"
|
||||
#include "in.h"
|
||||
#include "ip.h"
|
||||
|
||||
struct udp_pseudo_hdr {
|
||||
in_addr src;
|
||||
in_addr dest;
|
||||
struct in_addr src;
|
||||
struct in_addr dest;
|
||||
uint8_t unused;
|
||||
uint8_t protocol;
|
||||
uint16_t len;
|
||||
|
||||
Reference in New Issue
Block a user