mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
Added dhcp() user-level command.
This commit is contained in:
14
src/include/usr/dhcpmgmt.h
Normal file
14
src/include/usr/dhcpmgmt.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _USR_DHCPMGMT_H
|
||||
#define _USR_DHCPMGMT_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* DHCP management
|
||||
*
|
||||
*/
|
||||
|
||||
struct net_device;
|
||||
|
||||
int dhcp ( struct net_device *netdev );
|
||||
|
||||
#endif /* _USR_DHCPMGMT_H */
|
||||
Reference in New Issue
Block a user