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