summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2007-06-28 16:18:26 +0200
committerMichael Brown2007-06-28 16:18:26 +0200
commit1ec7bb789dea491cf900937aae2692f8b19dfe2d (patch)
tree6dc760255ae48af9d6ecad7edace57c3c22e4ead /src/include
parentAdded monojob controller in lieu of a full working shell. (diff)
downloadipxe-1ec7bb789dea491cf900937aae2692f8b19dfe2d.tar.gz
ipxe-1ec7bb789dea491cf900937aae2692f8b19dfe2d.tar.xz
ipxe-1ec7bb789dea491cf900937aae2692f8b19dfe2d.zip
Add dhcp_configure_netdev()
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/dhcp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h
index 1f6874251..634e47c7b 100644
--- a/src/include/gpxe/dhcp.h
+++ b/src/include/gpxe/dhcp.h
@@ -513,6 +513,9 @@ extern int create_dhcp_packet ( struct net_device *netdev, uint8_t msgtype,
extern int copy_dhcp_packet_options ( struct dhcp_packet *dhcppkt,
struct dhcp_option_block *options );
extern int start_dhcp ( struct job_interface *job, struct net_device *netdev,
- int (*register_options) ( struct dhcp_option_block * ));
+ int (*register_options) ( struct net_device *,
+ struct dhcp_option_block * ));
+extern int dhcp_configure_netdev ( struct net_device *netdev,
+ struct dhcp_option_block *options );
#endif /* _GPXE_DHCP_H */