ifmgmt.h

Go to the documentation of this file.
00001 #ifndef _USR_IFMGMT_H
00002 #define _USR_IFMGMT_H
00003 
00004 /** @file
00005  *
00006  * Network interface management
00007  *
00008  */
00009 
00010 FILE_LICENCE ( GPL2_OR_LATER );
00011 
00012 struct net_device;
00013 
00014 extern int ifopen ( struct net_device *netdev );
00015 extern void ifclose ( struct net_device *netdev );
00016 extern void ifstat ( struct net_device *netdev );
00017 extern int iflinkwait ( struct net_device *netdev, unsigned int max_wait_ms );
00018 
00019 #endif /* _USR_IFMGMT_H */

Generated on Tue Apr 6 20:01:09 2010 for gPXE by  doxygen 1.5.7.1