summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/undinet.h
blob: c3c17c11a4a0d77fafb1e8848d85a781879292d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _UNDINET_H
#define _UNDINET_H

/** @file
 *
 * UNDI network device driver
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

struct undi_device;

extern int undinet_probe ( struct undi_device *undi );
extern void undinet_remove ( struct undi_device *undi );

#endif /* _UNDINET_H */