]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Include/Guid/CapsuleOnDataCD.h
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / CapsuleOnDataCD.h
1 /** @file
2 Capsule on Data CD GUID.
3
4 Copyright (c) 2013-2015 Intel Corporation.
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 This is the contract between the recovery module and device recovery module
9 in order to convey the name of a given recovery module type
10
11 **/
12
13 #ifndef _CAPSULE_ON_DATA_CD_H
14 #define _CAPSULE_ON_DATA_CD_H
15
16 #define PEI_CAPSULE_ON_DATA_CD_GUID \
17 { \
18 0x5cac0099, 0x0dc9, 0x48e5, {0x80, 0x68, 0xbb, 0x95, 0xf5, 0x40, 0x0a, 0x9f } \
19 };
20
21 extern EFI_GUID gPeiCapsuleOnDataCDGuid;
22
23 #endif