TianoCore EDK2 master
Loading...
Searching...
No Matches
UefiAcpiDataTable.h
Go to the documentation of this file.
1
9#ifndef __UEFI_ACPI_DATA_TABLE_H__
10#define __UEFI_ACPI_DATA_TABLE_H__
11
13
14#pragma pack(1)
15typedef struct {
17 GUID Identifier;
18 UINT16 DataOffset;
20#pragma pack()
21
22#endif
Definition: Base.h:213