mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 14:03:29 +03:00
Add dhcp_configure_netdev()
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user