[cmdline] Expose "iflinkwait" as a command

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2021-01-26 15:44:59 +00:00
parent ade4d2b4fe
commit 42db0bd041
4 changed files with 67 additions and 7 deletions

View File

@@ -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 */