]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Include/Guid/CapsuleOnDataCD.h
QuarkPlatformPkg: Add new package for Galileo boards
[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 This program and the accompanying materials
7 are licensed and made available under the terms and conditions of the BSD License
8 which accompanies this distribution. The full text of the license may be found at
9 http://opensource.org/licenses/bsd-license.php
10
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13
14 This is the contract between the recovery module and device recovery module
15 in order to convey the name of a given recovery module type
16
17 **/
18
19 #ifndef _CAPSULE_ON_DATA_CD_H
20 #define _CAPSULE_ON_DATA_CD_H
21
22 #define PEI_CAPSULE_ON_DATA_CD_GUID \
23 { \
24 0x5cac0099, 0x0dc9, 0x48e5, {0x80, 0x68, 0xbb, 0x95, 0xf5, 0x40, 0x0a, 0x9f } \
25 };
26
27 extern EFI_GUID gPeiCapsuleOnDataCDGuid;
28
29 #endif