6 * Network interface management
10 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL
);
13 struct net_device_configurator
;
15 extern int ifopen ( struct net_device
*netdev
);
16 extern int ifconf ( struct net_device
*netdev
,
17 struct net_device_configurator
*configurator
,
18 unsigned long timeout
);
19 extern void ifclose ( struct net_device
*netdev
);
20 extern void ifstat ( struct net_device
*netdev
);
21 extern int iflinkwait ( struct net_device
*netdev
, unsigned long timeout
,
24 #endif /* _USR_IFMGMT_H */