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