Files
ipxe/src/include/gpxe/ip.h

15 lines
164 B
C
Raw Normal View History

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