summaryrefslogtreecommitdiff
path: root/gpxe/src/include/gpxe/rarp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/include/gpxe/rarp.h')
-rw-r--r--gpxe/src/include/gpxe/rarp.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/gpxe/src/include/gpxe/rarp.h b/gpxe/src/include/gpxe/rarp.h
deleted file mode 100644
index 7ade8312..00000000
--- a/gpxe/src/include/gpxe/rarp.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _GPXE_RARP_H
-#define _GPXE_RARP_H
-
-/** @file
- *
- * Reverse Address Resolution Protocol
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER );
-
-struct net_protocol;
-
-extern struct net_protocol rarp_protocol;
-
-#endif /* _GPXE_RARP_H */