summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2006-04-19 03:42:33 +0200
committerMichael Brown2006-04-19 03:42:33 +0200
commit363905e1b606a43417813396c41921ce317dbc5b (patch)
tree62f465ce0dc6822a58208601bf3a6b88df8eb1dd /src/include
parentFirst version (diff)
downloadipxe-363905e1b606a43417813396c41921ce317dbc5b.tar.gz
ipxe-363905e1b606a43417813396c41921ce317dbc5b.tar.xz
ipxe-363905e1b606a43417813396c41921ce317dbc5b.zip
Add missing prototype
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/arp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gpxe/arp.h b/src/include/gpxe/arp.h
index 596bae61..5531b452 100644
--- a/src/include/gpxe/arp.h
+++ b/src/include/gpxe/arp.h
@@ -17,4 +17,7 @@ extern int arp_resolve ( struct net_device *netdev, struct pk_buff *pkb,
extern int arp_process ( struct net_interface *arp_netif,
struct pk_buff *pkb );
+extern int arp_add_generic_header ( struct net_interface *arp_netif,
+ struct pk_buff *pkb ) {
+
#endif /* _ARP_H */