]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Include/Guid/CapsuleOnFatIdeDisk.h
QuarkPlatformPkg: Add ForceRecovery UEFI application
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / CapsuleOnFatIdeDisk.h
CommitLineData
b303605e
MK
1/** @file\r
2Capsule on Fat Ide Disk GUID.\r
3\r
4Copyright (c) 2013-2015 Intel Corporation.\r
5\r
6This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14\r
15This is the contract between the recovery module and device recovery module\r
16in order to convey the name of a given recovery module type\r
17\r
18**/\r
19\r
20#ifndef _CAPSULE_ON_FAT_IDE_DISK_H\r
21#define _CAPSULE_ON_FAT_IDE_DISK_H\r
22\r
23#define PEI_CAPSULE_ON_FAT_IDE_DISK_GUID \\r
24 { \\r
25 0xb38573b6, 0x6200, 0x4ac5, {0xb5, 0x1d, 0x82, 0xe6, 0x59, 0x38, 0xd7, 0x83 }\\r
26 };\r
27\r
28extern EFI_GUID gPeiCapsuleOnFatIdeDiskGuid;\r
29\r
30#endif\r