]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h
OvmfPkg/SmbiosPlatformDxe: clean up #includes and INF
[mirror_edk2.git] / OvmfPkg / SmbiosPlatformDxe / SmbiosPlatformDxe.h
CommitLineData
fb511817 1/** @file\r
2 This driver installs SMBIOS information for OVMF\r
3\r
4 Copyright (c) 2011, Bei Guan <gbtju85@gmail.com>\r
5 Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
6\r
b26f0cf9 7 SPDX-License-Identifier: BSD-2-Clause-Patent\r
fb511817 8\r
9**/\r
10\r
7e25086a
LE
11#ifndef SMBIOS_PLATFORM_DXE_H_\r
12#define SMBIOS_PLATFORM_DXE_H_\r
fb511817 13\r
7e25086a 14#include <IndustryStandard/SmBios.h> // SMBIOS_TABLE_ENTRY_POINT\r
fb511817 15\r
16/**\r
17 Locates the Xen SMBIOS data if it exists\r
18\r
19 @return SMBIOS_TABLE_ENTRY_POINT Address of Xen SMBIOS data\r
20\r
21**/\r
22SMBIOS_TABLE_ENTRY_POINT *\r
23GetXenSmbiosTables (\r
24 VOID\r
25 );\r
26\r
27\r
a145e28d
GS
28/**\r
29 Locates and extracts the QEMU SMBIOS table data if present in fw_cfg\r
30\r
31 @return Address of extracted QEMU SMBIOS data\r
32\r
33**/\r
34UINT8 *\r
35GetQemuSmbiosTables (\r
36 VOID\r
37 );\r
38\r
fb511817 39#endif\r