2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-15 15:51:44 +00:00
xNBA/src/include/gpxe/arp.h

19 lines
296 B
C
Raw Normal View History

#ifndef _GPXE_ARP_H
#define _GPXE_ARP_H
2006-04-19 01:42:03 +00:00
/** @file
*
* Address Resolution Protocol
*
*/
struct net_device;
struct net_header;
struct ll_header;
2006-04-19 01:42:03 +00:00
extern int arp_resolve ( struct net_device *netdev,
const struct net_header *nethdr,
struct ll_header *llhdr );
2006-04-19 01:42:03 +00:00
#endif /* _GPXE_ARP_H */