]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Include/Guid/CapsuleOnFatIdeDisk.h
34c633048c954bcdab57b36238a7833ffb21ce46
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / CapsuleOnFatIdeDisk.h
1 /** @file
2 Capsule on Fat Ide Disk GUID.
3
4 Copyright (c) 2013-2015 Intel Corporation.
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8
9 This is the contract between the recovery module and device recovery module
10 in order to convey the name of a given recovery module type
11
12 **/
13
14 #ifndef _CAPSULE_ON_FAT_IDE_DISK_H
15 #define _CAPSULE_ON_FAT_IDE_DISK_H
16
17 #define PEI_CAPSULE_ON_FAT_IDE_DISK_GUID \
18 { \
19 0xb38573b6, 0x6200, 0x4ac5, {0xb5, 0x1d, 0x82, 0xe6, 0x59, 0x38, 0xd7, 0x83 }\
20 };
21
22 extern EFI_GUID gPeiCapsuleOnFatIdeDiskGuid;
23
24 #endif