diff options
author | Brian Behlendorf <[email protected]> | 2009-01-09 16:04:44 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-01-09 16:04:44 -0800 |
commit | 1e4ed6c9907570d5844186b3f559665bef8ff041 (patch) | |
tree | a2e5f3f054f18c5a675f1a5604825457211c2fd4 /include/sys/efi_partition.h | |
parent | 121d48c97d9ad4455062bc289d78a872a7e021b7 (diff) |
Add missing stub headers
Diffstat (limited to 'include/sys/efi_partition.h')
-rw-r--r-- | include/sys/efi_partition.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |