summaryrefslogblamecommitdiffstats
path: root/src/include/usr/ifmgmt.h
blob: c7d35da884ccc10b52f2c73cb7d63b629231f990 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                  
#ifndef _USR_IFMGMT_H
#define _USR_IFMGMT_H

/** @file
 *
 * Network interface management
 *
 */

struct net_device;

extern int ifopen ( struct net_device *netdev );
extern void ifclose ( struct net_device *netdev );
extern void ifstat ( struct net_device *netdev );

#endif /* _USR_IFMGMT_H */