aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2021-01-26 15:44:59 +0000
committerMichael Brown <mcb30@ipxe.org>2021-01-26 17:07:52 +0000
commit42db0bd0417721a026313fc151f36a8ef0bff4e4 (patch)
tree5173a90e3bcb34d060161233ba77d91f402f0cdf /src/include
parentade4d2b4fe5215f3cd850fd6fb1dc2400902cb5e (diff)
downloadipxe-42db0bd0417721a026313fc151f36a8ef0bff4e4.zip
ipxe-42db0bd0417721a026313fc151f36a8ef0bff4e4.tar.gz
ipxe-42db0bd0417721a026313fc151f36a8ef0bff4e4.tar.bz2
[cmdline] Expose "iflinkwait" as a command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/ifmgmt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/ifmgmt.h b/src/include/usr/ifmgmt.h
index 52f88f9..8d8a6bb 100644
--- a/src/include/usr/ifmgmt.h
+++ b/src/include/usr/ifmgmt.h
@@ -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 */