X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=OvmfPkg%2FSmbiosPlatformDxe%2FSmbiosPlatformDxe.h;h=6210a56f7539064de38da9d122a2f5b2fac99785;hb=bae5ddc057959f264cfedad2b512afc770b1ee7f;hp=bf99e43ba3dbc4bd1981cd0fe295763681c6ce09;hpb=fb511817629e3c26a29ab154319a8edcc9ce2bc1;p=mirror_edk2.git diff --git a/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h b/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h index bf99e43ba3..6210a56f75 100644 --- a/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h +++ b/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h @@ -25,6 +25,7 @@ #include #include #include +#include /** @@ -40,17 +41,14 @@ GetXenSmbiosTables ( /** - Validates the SMBIOS entry point structure + Locates and extracts the QEMU SMBIOS table data if present in fw_cfg - @param EntryPointStructure SMBIOS entry point structure - - @retval TRUE The entry point structure is valid - @retval FALSE The entry point structure is not valid + @return Address of extracted QEMU SMBIOS data **/ -BOOLEAN -IsEntryPointStructureValid ( - IN SMBIOS_TABLE_ENTRY_POINT *EntryPointStructure +UINT8 * +GetQemuSmbiosTables ( + VOID ); #endif