]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Include/Guid/CapsuleOnFatUsbDisk.h
QuarkPlatformPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / CapsuleOnFatUsbDisk.h
CommitLineData
b303605e
MK
1/** @file\r
2Capsule on Fat Usb 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
8\r
9This is the contract between the recovery module and device recovery module\r
10in order to convey the name of a given recovery module type\r
11\r
12**/\r
13\r
14#ifndef _PEI_CAPSULE_ON_FAT_USB_DISK_H\r
15#define _PEI_CAPSULE_ON_FAT_USB_DISK_H\r
16\r
17#define PEI_CAPSULE_ON_FAT_USB_DISK_GUID \\r
18 { \\r
19 0x0ffbce19, 0x324c, 0x4690, {0xa0, 0x09, 0x98, 0xc6, 0xae, 0x2e, 0xb1, 0x86 } \\r
20 };\r
21\r
22extern EFI_GUID gPeiCapsuleOnFatUsbDiskGuid;\r
23\r
24#endif\r