dashboard
repositories
activity
search
login
luoshi
/
RK3588_XEN
forked from
~ljy/RK3588_XEN
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
init
hc
2024-03-22
a0752693d998599af469473b8dc239ef973a012f
[~luoshi/RK3588_XEN.git]
/
uefi
/
edk2-platforms
/
Platform
/
96Boards
/
Include
/
Guid
/
FormSet.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** @file
Copyright (c) 2018, Linaro Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef __96BOARDS_FORMSET_H__
#define __96BOARDS_FORMSET_H__
#define NINETY_SIX_BOARDS_FORMSET_GUID \
{ 0x7500c9d2, 0x9203, 0x4a37, { 0x84, 0xbb, 0x92, 0xa9, 0xce, 0x34, 0x38, 0xbd } }
extern EFI_GUID g96BoardsFormsetGuid;
#endif // __96BOARDS_FORMSET_H__