summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2006-07-19 19:49:31 +0200
committerMichael Brown2006-07-19 19:49:31 +0200
commit6d9d48537e9609eb22fd36a6078d3c2d4d6b60a1 (patch)
tree0c6d276e8f8b6b5354cd0dd1047d203b926fe53b /src/include
parentProof of concept: transmit a single DHCPDISCOVER and dump out any (diff)
downloadipxe-6d9d48537e9609eb22fd36a6078d3c2d4d6b60a1.tar.gz
ipxe-6d9d48537e9609eb22fd36a6078d3c2d4d6b60a1.tar.xz
ipxe-6d9d48537e9609eb22fd36a6078d3c2d4d6b60a1.zip
Added some debug messages and DHCP test code
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/dhcp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h
index 576b9ead3..2cb4f0167 100644
--- a/src/include/gpxe/dhcp.h
+++ b/src/include/gpxe/dhcp.h
@@ -433,4 +433,6 @@ extern unsigned long find_global_dhcp_num_option ( unsigned int tag );
extern void delete_dhcp_option ( struct dhcp_option_block *options,
unsigned int tag );
+extern struct async_operation * start_dhcp ( struct dhcp_session *dhcp );
+
#endif /* _GPXE_DHCP_H */