mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +03:00
[cmdline] Expose "iflinkwait" as a command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -18,6 +18,7 @@ extern int ifconf ( struct net_device *netdev,
|
||||
unsigned long timeout );
|
||||
extern void ifclose ( struct net_device *netdev );
|
||||
extern void ifstat ( struct net_device *netdev );
|
||||
extern int iflinkwait ( struct net_device *netdev, unsigned long timeout );
|
||||
extern int iflinkwait ( struct net_device *netdev, unsigned long timeout,
|
||||
int verbose );
|
||||
|
||||
#endif /* _USR_IFMGMT_H */
|
||||
|
||||
Reference in New Issue
Block a user