From 26b87b221b45ccf53257962f4de030fbe855d634 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 4 Nov 2013 17:05:53 +0000 Subject: [ifmgmt] Add ifconf() to carry out network device configuration Signed-off-by: Michael Brown --- src/include/usr/ifmgmt.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') diff --git a/src/include/usr/ifmgmt.h b/src/include/usr/ifmgmt.h index 0b265fea9..db77f1f1b 100644 --- a/src/include/usr/ifmgmt.h +++ b/src/include/usr/ifmgmt.h @@ -10,8 +10,11 @@ FILE_LICENCE ( GPL2_OR_LATER ); struct net_device; +struct net_device_configurator; extern int ifopen ( struct net_device *netdev ); +extern int ifconf ( struct net_device *netdev, + struct net_device_configurator *configurator ); extern void ifclose ( struct net_device *netdev ); extern void ifstat ( struct net_device *netdev ); extern int iflinkwait ( struct net_device *netdev, unsigned long timeout ); -- cgit v1.2.3-55-g7522