repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding debian version 3.70~pre8+dfsg-1.
[syslinux-debian/hramrach.git]
/
gpxe
/
src
/
include
/
usr
/
ifmgmt.h
blob
c7d35da884ccc10b52f2c73cb7d63b629231f990
1
#ifndef _USR_IFMGMT_H
2
#define _USR_IFMGMT_H
3
4
/** @file
5
*
6
* Network interface management
7
*
8
*/
9
10
struct
net_device
;
11
12
extern
int
ifopen
(
struct
net_device
*
netdev
);
13
extern
void
ifclose
(
struct
net_device
*
netdev
);
14
extern
void
ifstat
(
struct
net_device
*
netdev
);
15
16
#endif
/* _USR_IFMGMT_H */