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

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

struct undi_device;

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

#endif /* _UNDINET_H */