mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[ifmgmt] Rewrite iflinkwait() to use monojob_wait()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -14,6 +14,6 @@ struct net_device;
|
||||
extern int ifopen ( struct net_device *netdev );
|
||||
extern void ifclose ( struct net_device *netdev );
|
||||
extern void ifstat ( struct net_device *netdev );
|
||||
extern int iflinkwait ( struct net_device *netdev, unsigned int max_wait_ms );
|
||||
extern int iflinkwait ( struct net_device *netdev, unsigned long timeout );
|
||||
|
||||
#endif /* _USR_IFMGMT_H */
|
||||
|
||||
Reference in New Issue
Block a user