summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/sys/crc32.h4
-rw-r--r--include/sys/efi_partition.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/include/sys/crc32.h b/include/sys/crc32.h
new file mode 100644
index 000000000..b80157965
--- /dev/null
+++ b/include/sys/crc32.h
@@ -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
index 000000000..369062301
--- /dev/null
+++ b/include/sys/efi_partition.h
@@ -0,0 +1,4 @@
+#ifndef _SPL_EFI_PARTITION_H
+#define _SPL_EFI_PARTITION_H
+
+#endif /* SPL_EFI_PARTITION_H */