]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Include/Guid/CapsuleOnFatFloppyDisk.h
QuarkPlatformPkg: Add new package for Galileo boards
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / CapsuleOnFatFloppyDisk.h
diff --git a/QuarkPlatformPkg/Include/Guid/CapsuleOnFatFloppyDisk.h b/QuarkPlatformPkg/Include/Guid/CapsuleOnFatFloppyDisk.h
new file mode 100644 (file)
index 0000000..b77841c
--- /dev/null
@@ -0,0 +1,29 @@
+/** @file\r
+Capsule on Fat Floppy Disk GUID.\r
+\r
+Copyright (c) 2013-2015 Intel Corporation.\r
+\r
+This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+This is the contract between the recovery module and device recovery module\r
+in order to convey the name of a given recovery module type\r
+\r
+**/\r
+\r
+#ifndef _CAPSULE_ON_FAT_FLOPPY_DISK_H\r
+#define _CAPSULE_ON_FAT_FLOPPY_DISK_H\r
+\r
+#define PEI_CAPSULE_ON_FAT_FLOPPY_DISK_GUID \\r
+  { \\r
+  0x2e3d2e75, 0x9b2e, 0x412d, {0xb4, 0xb1, 0x70, 0x41, 0x6b, 0x87, 0x0, 0xff }\\r
+  };\r
+\r
+extern EFI_GUID gPeiCapsuleOnFatFloppyDiskGuid;\r
+\r
+#endif\r