dashboard
repositories
activity
search
login
luoshi
/
RK3588_XEN
forked from
~ljy/RK3588_XEN
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
ubuntu20.04 init
hc
2024-03-25
edb30157bad0c0001c32b854271ace01d3b9a16a
[~luoshi/RK3588_XEN.git]
/
uefi
/
edk2-platforms
/
Platform
/
Intel
/
QuarkPlatformPkg
/
Include
/
Guid
/
CapsuleOnFatUsbDisk.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/** @file
Capsule on Fat Usb 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 _PEI_CAPSULE_ON_FAT_USB_DISK_H
#define _PEI_CAPSULE_ON_FAT_USB_DISK_H
#define PEI_CAPSULE_ON_FAT_USB_DISK_GUID \
{ \
0x0ffbce19, 0x324c, 0x4690, {0xa0, 0x09, 0x98, 0xc6, 0xae, 0x2e, 0xb1, 0x86 } \
};
extern EFI_GUID gPeiCapsuleOnFatUsbDiskGuid;
#endif