summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/undinet.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/arch/i386/include/undinet.h')
-rw-r--r--gpxe/src/arch/i386/include/undinet.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/gpxe/src/arch/i386/include/undinet.h b/gpxe/src/arch/i386/include/undinet.h
deleted file mode 100644
index c3c17c11..00000000
--- a/gpxe/src/arch/i386/include/undinet.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#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 */