mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 03:55:46 +03:00
Network layer now works as a proof of concept
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user