]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DataHubGenDxe/DataHubGen.h
Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful to both...
[mirror_edk2.git] / DuetPkg / DataHubGenDxe / DataHubGen.h
index 5ac2add1fbdbb120475cd6f548f6c816cd776bdc..9cf4e4b00cfad1c4c4c4cf1178a15e3d358ffdb9 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/** @file\r
 \r
 Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
@@ -15,27 +15,27 @@ Module Name:
 \r
 Abstract:\r
 \r
---*/\r
+**/\r
 \r
 #ifndef _DATA_HUB_GEN_H_\r
 #define _DATA_HUB_GEN_H_\r
 \r
 #include <FrameworkDxe.h>\r
-#include <IndustryStandard/Smbios.h>\r
+#include <IndustryStandard/SmBios.h>\r
 \r
 #include <Guid/HobList.h>\r
-#include <Guid/Smbios.h>\r
-#include <Guid/DataHubProducer.h>\r
+#include <Guid/SmBios.h>\r
 #include <Guid/DataHubRecords.h>\r
 \r
-#include <Protocol/Datahub.h>\r
+#include <Protocol/DataHub.h>\r
 #include <Protocol/FrameworkHii.h>\r
+#include <Protocol/HiiDatabase.h>\r
 \r
 #include <Library/BaseLib.h>\r
 #include <Library/UefiLib.h>\r
 #include <Library/HobLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
-#include <Library/FrameworkHiiLib.h>\r
+#include <Library/HiiLib.h>\r
 #include <Library/DebugLib.h>\r
 #include <Library/BaseMemoryLib.h>\r
 #include <Library/MemoryAllocationLib.h>\r
@@ -60,7 +60,7 @@ Abstract:
 \r
 SMBIOS_STRUCTURE_POINTER\r
 GetSmbiosTableFromType (\r
-  IN VOID                  *Smbios,\r
+  IN SMBIOS_TABLE_ENTRY_POINT  *Smbios,\r
   IN UINT8                 Type,\r
   IN UINTN                 Index\r
   );\r