david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/usr/dhcpmgmt.h
Michael Brown c99f9ee9df [dhcp] Remove obsolete dhcp() function
All functionality provided by dhcp() has now been obviated by the more
generic ifconf().

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2013-11-05 17:42:55 +00:00

17 lines
243 B
C

#ifndef _USR_DHCPMGMT_H
#define _USR_DHCPMGMT_H
/** @file
*
* DHCP management
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
struct net_device;
extern int pxebs ( struct net_device *netdev, unsigned int pxe_type );
#endif /* _USR_DHCPMGMT_H */