mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
[ifmgmt] Add ifconf() to carry out network device configuration
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -10,8 +10,11 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
struct net_device;
|
||||
struct net_device_configurator;
|
||||
|
||||
extern int ifopen ( struct net_device *netdev );
|
||||
extern int ifconf ( struct net_device *netdev,
|
||||
struct net_device_configurator *configurator );
|
||||
extern void ifclose ( struct net_device *netdev );
|
||||
extern void ifstat ( struct net_device *netdev );
|
||||
extern int iflinkwait ( struct net_device *netdev, unsigned long timeout );
|
||||
|
||||
Reference in New Issue
Block a user