]> granicus.if.org Git - spl/commitdiff
Add missing stub headers
authorBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 10 Jan 2009 00:04:44 +0000 (16:04 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 10 Jan 2009 00:04:44 +0000 (16:04 -0800)
include/sys/crc32.h [new file with mode: 0644]
include/sys/efi_partition.h [new file with mode: 0644]

diff --git a/include/sys/crc32.h b/include/sys/crc32.h
new file mode 100644 (file)
index 0000000..b801579
--- /dev/null
@@ -0,0 +1,4 @@
+#ifndef _SPL_CRC32_H
+#define _SPL_CRC32_H
+
+#endif /* SPL_CRC32_H */
diff --git a/include/sys/efi_partition.h b/include/sys/efi_partition.h
new file mode 100644 (file)
index 0000000..3690623
--- /dev/null
@@ -0,0 +1,4 @@
+#ifndef _SPL_EFI_PARTITION_H
+#define _SPL_EFI_PARTITION_H
+
+#endif /* SPL_EFI_PARTITION_H */