source: bootcd/isolinux/syslinux-6.03/gpxe/src/arch/i386/include/undinet.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 281 bytes
Line 
1#ifndef _UNDINET_H
2#define _UNDINET_H
3
4/** @file
5 *
6 * UNDI network device driver
7 *
8 */
9
10FILE_LICENCE ( GPL2_OR_LATER );
11
12struct undi_device;
13
14extern int undinet_probe ( struct undi_device *undi );
15extern void undinet_remove ( struct undi_device *undi );
16
17#endif /* _UNDINET_H */
Note: See TracBrowser for help on using the repository browser.