]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h
Create smbios table when user adds/removes/Updatestring for a SMBIOS entry. It is...
[mirror_edk2.git] / MdeModulePkg / Universal / SmbiosDxe / SmbiosDxe.h
index 6000bda3cf01284c3d5157093d4380b9f4da005b..3c78b993bd64d9eaada8fd3c15fbb9b6f570979a 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This code supports the implementation of the Smbios protocol\r
   \r
-Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -108,4 +108,13 @@ typedef struct {
   UINT8                    Tailing[2];\r
 } EFI_SMBIOS_TABLE_END_STRUCTURE;\r
 \r
+/**\r
+  Create Smbios Table and installs the Smbios Table to the System Table.\r
+**/\r
+VOID\r
+EFIAPI\r
+SmbiosTableConstruction (\r
+  VOID\r
+  );\r
+\r
 #endif\r