summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/undinet.h
blob: 04fdd6000edea63d9985bdb01b35004349557f2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _UNDINET_H
#define _UNDINET_H

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

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

struct undi_device;
struct device;

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

#endif /* _UNDINET_H */