david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/gpxe/ip.h

15 lines
164 B
C

#ifndef _GPXE_IP_H
#define _GPXE_IP_H
/** @file
*
* IP protocol
*
*/
struct net_protocol;
extern struct net_protocol ipv4_protocol;
#endif /* _GPXE_IP_H */