]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h
OvmfPkg/SMBIOS: Add QEMU support to OVMF SMBIOS driver
[mirror_edk2.git] / OvmfPkg / SmbiosPlatformDxe / SmbiosPlatformDxe.h
index bf99e43ba3dbc4bd1981cd0fe295763681c6ce09..e2606e1de8cbf0569a92d5954cabb8ac632231e9 100644 (file)
@@ -25,6 +25,7 @@
 #include <Library/BaseLib.h>\r
 #include <Library/BaseMemoryLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
+#include <Library/MemoryAllocationLib.h>\r
 \r
 \r
 /**\r
@@ -39,6 +40,18 @@ GetXenSmbiosTables (
   );\r
 \r
 \r
+/**\r
+  Locates and extracts the QEMU SMBIOS table data if present in fw_cfg\r
+\r
+  @return             Address of extracted QEMU SMBIOS data\r
+\r
+**/\r
+UINT8 *\r
+GetQemuSmbiosTables (\r
+  VOID\r
+  );\r
+\r
+\r
 /**\r
   Validates the SMBIOS entry point structure\r
 \r