VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/UefiPayloadPkg/Include/Guid/UniversalPayloadBase.h@ 105670

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
4Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
5SPDX-License-Identifier: BSD-2-Clause-Patent
6
7**/
8
9#ifndef UNIVERSAL_PAYLOAD_BASE_H_
10#define UNIVERSAL_PAYLOAD_BASE_H_
11
12extern GUID gUniversalPayloadBaseGuid;
13
14typedef 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette