]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Include/Guid/CapsuleOnFatFloppyDisk.h
a6a92e0f69391263ffe2e7214de939fa32f23345
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / CapsuleOnFatFloppyDisk.h
1 /** @file
2 Capsule on Fat Floppy Disk 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_FAT_FLOPPY_DISK_H
14 #define _CAPSULE_ON_FAT_FLOPPY_DISK_H
15
16 #define PEI_CAPSULE_ON_FAT_FLOPPY_DISK_GUID \
17 { \
18 0x2e3d2e75, 0x9b2e, 0x412d, {0xb4, 0xb1, 0x70, 0x41, 0x6b, 0x87, 0x0, 0xff }\
19 };
20
21 extern EFI_GUID gPeiCapsuleOnFatFloppyDiskGuid;
22
23 #endif