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
/
RaspberryPi
/
Drivers
/
ConfigDxe
/
ConfigDxeFormSetGuid.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** @file
*
* Copyright (c) 2018 Andrei Warkentin <andrey.warkentin@gmail.com>
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*
**/
#ifndef CONFIGDXE_FORM_SET_GUID_H
#define CONFIGDXE_FORM_SET_GUID_H
#define CONFIGDXE_FORM_SET_GUID \
{0xCD7CC258, 0x31DB, 0x22E6, {0x9F, 0x22, 0x63, 0xB0, 0xB8, 0xEE, 0xD6, 0xB5}}
extern EFI_GUID gConfigDxeFormSetGuid;
#endif /* CONFIGDXE_FORM_SET_GUID_H */