http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added some debug messages and DHCP test code
[people/xl0/gpxe.git]
/
src
/
include
/
gpxe
/
dhcp.h
diff --git
a/src/include/gpxe/dhcp.h
b/src/include/gpxe/dhcp.h
index
576b9ea
..
2cb4f01
100644
(file)
--- 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 */