]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Include/Guid/CapsuleOnFatUsbDisk.h
QuarkPlatformPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / CapsuleOnFatUsbDisk.h
1 /** @file
2 Capsule on Fat Usb Disk GUID.
3
4 Copyright (c) 2013-2015 Intel Corporation.
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8
9 This is the contract between the recovery module and device recovery module
10 in order to convey the name of a given recovery module type
11
12 **/
13
14 #ifndef _PEI_CAPSULE_ON_FAT_USB_DISK_H
15 #define _PEI_CAPSULE_ON_FAT_USB_DISK_H
16
17 #define PEI_CAPSULE_ON_FAT_USB_DISK_GUID \
18 { \
19 0x0ffbce19, 0x324c, 0x4690, {0xa0, 0x09, 0x98, 0xc6, 0xae, 0x2e, 0xb1, 0x86 } \
20 };
21
22 extern EFI_GUID gPeiCapsuleOnFatUsbDiskGuid;
23
24 #endif