Last change
on this file was 108794, checked in by vboxsync, 6 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
464 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 |
|
---|
3 | Copyright (c) 2023-2024, Mario Bălănică <[email protected]>
|
---|
4 |
|
---|
5 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 |
|
---|
7 | **/
|
---|
8 |
|
---|
9 | #ifndef MEMORY_ATTRIBUTE_MANAGER_FORMSET_H_
|
---|
10 | #define MEMORY_ATTRIBUTE_MANAGER_FORMSET_H_
|
---|
11 |
|
---|
12 | #define MEMORY_ATTRIBUTE_MANAGER_FORMSET_GUID \
|
---|
13 | { 0xefab3427, 0x4793, 0x4e9e, { 0xaa, 0x29, 0x88, 0x0c, 0x9a, 0x77, 0x5b, 0x5f } }
|
---|
14 |
|
---|
15 | extern EFI_GUID gMemoryAttributeManagerFormSetGuid;
|
---|
16 |
|
---|
17 | #endif // __MEMORY_ATTRIBUTE_MANAGER_FORMSET_H__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.