#ifndef _GPXE_ETHERNET_H #define _GPXE_ETHERNET_H /** @file * * Ethernet protocol * */ FILE_LICENCE ( GPL2_OR_LATER ); #include extern const char * eth_ntoa ( const void *ll_addr ); extern struct net_device * alloc_etherdev ( size_t priv_size ); #endif /* _GPXE_ETHERNET_H */