X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=QuarkPlatformPkg%2FInclude%2FGuid%2FCapsuleOnFatFloppyDisk.h;fp=QuarkPlatformPkg%2FInclude%2FGuid%2FCapsuleOnFatFloppyDisk.h;h=0000000000000000000000000000000000000000;hp=a6a92e0f69391263ffe2e7214de939fa32f23345;hb=5347c48016f27061475fdb053e867a06ce73492f;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5 diff --git a/QuarkPlatformPkg/Include/Guid/CapsuleOnFatFloppyDisk.h b/QuarkPlatformPkg/Include/Guid/CapsuleOnFatFloppyDisk.h deleted file mode 100644 index a6a92e0f69..0000000000 --- a/QuarkPlatformPkg/Include/Guid/CapsuleOnFatFloppyDisk.h +++ /dev/null @@ -1,23 +0,0 @@ -/** @file -Capsule on Fat Floppy Disk GUID. - -Copyright (c) 2013-2015 Intel Corporation. - -SPDX-License-Identifier: BSD-2-Clause-Patent - -This is the contract between the recovery module and device recovery module -in order to convey the name of a given recovery module type - -**/ - -#ifndef _CAPSULE_ON_FAT_FLOPPY_DISK_H -#define _CAPSULE_ON_FAT_FLOPPY_DISK_H - -#define PEI_CAPSULE_ON_FAT_FLOPPY_DISK_GUID \ - { \ - 0x2e3d2e75, 0x9b2e, 0x412d, {0xb4, 0xb1, 0x70, 0x41, 0x6b, 0x87, 0x0, 0xff }\ - }; - -extern EFI_GUID gPeiCapsuleOnFatFloppyDiskGuid; - -#endif