]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/etherboot-compat.h
changes to make it compile
[netwatch.git] / net / etherboot-compat.h
index 6c9645817bb1893ff8e55ad59357a3b0a9631d74..2d8d98fb47efb3ad40588810a44988a29bb75c1a 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _ETHERBOOT_COMPAT_H
+#define _ETHERBOOT_COMPAT_H
+
 #define ETH_ALEN       6
 
 struct dev {
@@ -16,3 +19,5 @@ struct nic {
 };
 
 #define virt_to_bus(x) ((unsigned long)x)
+
+#endif
This page took 0.022485 seconds and 4 git commands to generate.