]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootModulePkg/Include/Guid/SystemTableInfoGuid.h
CorebootModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / CorebootModulePkg / Include / Guid / SystemTableInfoGuid.h
CommitLineData
fce4ecd9
MM
1/** @file\r
2 This file defines the hob structure for system tables like ACPI, SMBIOS tables.\r
3 \r
4 Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
f3342b7a 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
fce4ecd9
MM
6\r
7**/\r
8\r
9#ifndef __SYSTEM_TABLE_INFO_GUID_H__\r
10#define __SYSTEM_TABLE_INFO_GUID_H__\r
11\r
12///\r
13/// System Table Information GUID\r
14///\r
15extern EFI_GUID gUefiSystemTableInfoGuid;\r
16\r
17typedef struct { \r
18 UINT64 AcpiTableBase;\r
19 UINT32 AcpiTableSize; \r
20 UINT64 SmbiosTableBase; \r
21 UINT32 SmbiosTableSize; \r
22} SYSTEM_TABLE_INFO; \r
23 \r
24#endif\r