VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Uefi/UefiAcpiDataTable.h@ 77662

Last change on this file since 77662 was 77662, checked in by vboxsync, 6 years ago

EFI: First step in UDK2018 merge. Does not build yet.

  • Property svn:eol-style set to native
File size: 842 bytes
Line 
1/** @file
2 UEFI ACPI Data Table Definition.
3
4Copyright (c) 2011 - 2017, Intel Corporation. All rights reserved.<BR>
5This program and the accompanying materials are licensed and made available under
6the terms and conditions of the BSD License that accompanies this distribution.
7The full text of the license may be found at
8http://opensource.org/licenses/bsd-license.php.
9
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13**/
14
15#ifndef __UEFI_ACPI_DATA_TABLE_H__
16#define __UEFI_ACPI_DATA_TABLE_H__
17
18#include <IndustryStandard/Acpi.h>
19
20#pragma pack(1)
21typedef struct {
22 EFI_ACPI_DESCRIPTION_HEADER Header;
23 GUID Identifier;
24 UINT16 DataOffset;
25} EFI_ACPI_DATA_TABLE;
26#pragma pack()
27
28#endif
29
Note: See TracBrowser for help on using the repository browser.

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