]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h
OvmfPkg/SmbiosPlatformDxe: split GetXenSmbiosTables() decl. to new header
[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
a145e28d
GS
14/**\r
15 Locates and extracts the QEMU SMBIOS table data if present in fw_cfg\r
16\r
17 @return Address of extracted QEMU SMBIOS data\r
18\r
19**/\r
20UINT8 *\r
21GetQemuSmbiosTables (\r
22 VOID\r
23 );\r
24\r
fb511817 25#endif\r