Network layer now works as a proof of concept

This commit is contained in:
Michael Brown
2006-04-28 14:13:50 +00:00
parent 1488cd3b73
commit 129c6c3968
6 changed files with 291 additions and 111 deletions

View File

@@ -7,10 +7,12 @@
*
*/
struct net_device;
struct net_header;
struct ll_header;
extern int arp_resolve ( const struct net_header *nethdr,
extern int arp_resolve ( struct net_device *netdev,
const struct net_header *nethdr,
struct ll_header *llhdr );
#endif /* _GPXE_ARP_H */