repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[tcp] Allow out-of-order receive queue to be discarded
[gpxe.git]
/
src
/
arch
/
i386
/
include
/
undinet.h
blob
c3c17c11a4a0d77fafb1e8848d85a781879292d3
1
#ifndef _UNDINET_H
2
#define _UNDINET_H
3
4
/** @file
5
*
6
* UNDI network device driver
7
*
8
*/
9
10
FILE_LICENCE
(
GPL2_OR_LATER
);
11
12
struct
undi_device
;
13
14
extern
int
undinet_probe
(
struct
undi_device
*
undi
);
15
extern
void
undinet_remove
(
struct
undi_device
*
undi
);
16
17
#endif
/* _UNDINET_H */