Last change
on this file since 105670 was 105670, checked in by vboxsync, 4 months ago |
Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
448 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | Universal Payload general definitions.
|
---|
3 |
|
---|
4 | Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
|
---|
5 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 |
|
---|
7 | **/
|
---|
8 |
|
---|
9 | #ifndef UNIVERSAL_PAYLOAD_BASE_H_
|
---|
10 | #define UNIVERSAL_PAYLOAD_BASE_H_
|
---|
11 |
|
---|
12 | extern GUID gUniversalPayloadBaseGuid;
|
---|
13 |
|
---|
14 | typedef struct {
|
---|
15 | UNIVERSAL_PAYLOAD_GENERIC_HEADER Header;
|
---|
16 | EFI_PHYSICAL_ADDRESS Entry;
|
---|
17 | } UNIVERSAL_PAYLOAD_BASE;
|
---|
18 |
|
---|
19 | #endif // UNIVERSAL_PAYLOAD_BASE_H_
|
---|
Note:
See
TracBrowser
for help on using the repository browser.