Added some debug messages and DHCP test code

This commit is contained in:
Michael Brown
2006-07-19 17:49:31 +00:00
parent 317b962b65
commit 6d9d48537e
3 changed files with 39 additions and 1 deletions

View File

@@ -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 */