Last change
on this file was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
444 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | GUIDs used as HII FormSet and HII Package list GUID in RamDiskDxe driver.
|
---|
3 |
|
---|
4 | Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
---|
5 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 |
|
---|
7 | **/
|
---|
8 |
|
---|
9 | #ifndef __RAM_DISK_HII_GUID_H__
|
---|
10 | #define __RAM_DISK_HII_GUID_H__
|
---|
11 |
|
---|
12 | #define RAM_DISK_FORM_SET_GUID \
|
---|
13 | { \
|
---|
14 | 0x2a46715f, 0x3581, 0x4a55, {0x8e, 0x73, 0x2b, 0x76, 0x9a, 0xaa, 0x30, 0xc5} \
|
---|
15 | }
|
---|
16 |
|
---|
17 | extern EFI_GUID gRamDiskFormSetGuid;
|
---|
18 |
|
---|
19 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.