mirror of
https://github.com/ipxe/ipxe
synced 2026-01-05 03:10:58 +03:00
Added network interface management commands
This commit is contained in:
16
src/include/usr/ifmgmt.h
Normal file
16
src/include/usr/ifmgmt.h
Normal file
@@ -0,0 +1,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 */
|
||||
Reference in New Issue
Block a user