From: Brian Behlendorf Date: Sat, 10 Jan 2009 00:04:44 +0000 (-0800) Subject: Add missing stub headers X-Git-Tag: spl-0.4.1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e4ed6c9907570d5844186b3f559665bef8ff041;p=spl Add missing stub headers --- diff --git a/include/sys/crc32.h b/include/sys/crc32.h new file mode 100644 index 0000000..b801579 --- /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 0000000..3690623 --- /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 */