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