X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=QuarkPlatformPkg%2FInclude%2FGuid%2FCapsuleOnFatIdeDisk.h;fp=QuarkPlatformPkg%2FInclude%2FGuid%2FCapsuleOnFatIdeDisk.h;h=7c128ac40816e2ee90593be7b35eac6886c83837;hp=0000000000000000000000000000000000000000;hb=b303605e1b7e113b4311daf161c6c3289350447b;hpb=9b6bbcdbfdf5e54c6d1ed538ea8076d0858fb164 diff --git a/QuarkPlatformPkg/Include/Guid/CapsuleOnFatIdeDisk.h b/QuarkPlatformPkg/Include/Guid/CapsuleOnFatIdeDisk.h new file mode 100644 index 0000000000..7c128ac408 --- /dev/null +++ b/QuarkPlatformPkg/Include/Guid/CapsuleOnFatIdeDisk.h @@ -0,0 +1,30 @@ +/** @file +Capsule on Fat Ide Disk GUID. + +Copyright (c) 2013-2015 Intel Corporation. + +This program and the accompanying materials +are licensed and made available under the terms and conditions of the BSD License +which accompanies this distribution. The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + + +This is the contract between the recovery module and device recovery module +in order to convey the name of a given recovery module type + +**/ + +#ifndef _CAPSULE_ON_FAT_IDE_DISK_H +#define _CAPSULE_ON_FAT_IDE_DISK_H + +#define PEI_CAPSULE_ON_FAT_IDE_DISK_GUID \ + { \ + 0xb38573b6, 0x6200, 0x4ac5, {0xb5, 0x1d, 0x82, 0xe6, 0x59, 0x38, 0xd7, 0x83 }\ + }; + +extern EFI_GUID gPeiCapsuleOnFatIdeDiskGuid; + +#endif