Add pxe_set_cached_filename() so that pxe_tftp.c can also update the

stored DHCP packets.
This commit is contained in:
Michael Brown
2008-01-22 18:51:12 +00:00
parent 84f99f781e
commit c9c8cdeb8b
2 changed files with 22 additions and 12 deletions

View File

@@ -144,4 +144,6 @@ extern struct net_device *pxe_netdev;
extern void pxe_set_netdev ( struct net_device *netdev );
extern void pxe_set_cached_filename ( const unsigned char *filename );
#endif /* PXE_H */