]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.h
Remove extra #includes where possible to make build more efficient
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / DataHubDxe / DataHub.h
index 8f90e998c67afa9705713d67ae0fade8bb434d14..af4c638547b14d169dd970c43323c6ec9c37e1d3 100644 (file)
@@ -1,5 +1,7 @@
-/*++\r
-\r
+/** @file\r
+  This code supports a the private implementation \r
+  of the Data Hub protocol\r
+  \r
 Copyright (c) 2006, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
@@ -9,30 +11,16 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 \r
-Module Name:\r
-\r
-  DataHub.h\r
-\r
-Abstract:\r
-  This code supports a the private implementation \r
-  of the Data Hub protocol\r
-\r
---*/\r
+**/\r
 \r
 #ifndef _DATA_HUB_H_\r
 #define _DATA_HUB_H_\r
 \r
-//\r
-// The package level header files this module uses\r
-//\r
-#include <PiDxe.h>\r
-//\r
-// The protocols, PPI and GUID defintions for this module\r
-//\r
+\r
+#include <FrameworkDxe.h>\r
+\r
 #include <Protocol/DataHub.h>\r
-//\r
-// The Library classes this module consumes\r
-//\r
+\r
 #include <Library/DebugLib.h>\r
 #include <Library/UefiDriverEntryPoint.h>\r
 #include <Library/UefiLib.h>\r
@@ -42,7 +30,7 @@ Abstract:
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/UefiRuntimeServicesTableLib.h>\r
 \r
-#define DATA_HUB_INSTANCE_SIGNATURE EFI_SIGNATURE_32 ('D', 'H', 'u', 'b')\r
+#define DATA_HUB_INSTANCE_SIGNATURE SIGNATURE_32 ('D', 'H', 'u', 'b')\r
 typedef struct {\r
   UINT32                Signature;\r
 \r
@@ -89,7 +77,7 @@ typedef struct {
 //  structure. Head pointer to the list is the Log member of\r
 //  EFI_DATA_ENTRY. Record is a copy of the data passed in.\r
 //\r
-#define EFI_DATA_ENTRY_SIGNATURE  EFI_SIGNATURE_32 ('D', 'r', 'e', 'c')\r
+#define EFI_DATA_ENTRY_SIGNATURE  SIGNATURE_32 ('D', 'r', 'e', 'c')\r
 typedef struct {\r
   UINT32                  Signature;\r
   LIST_ENTRY              Link;\r
@@ -106,7 +94,7 @@ typedef struct {
 // Private data to contain the filter driver Event and it's\r
 //  associated EFI_TPL.\r
 //\r
-#define EFI_DATA_HUB_FILTER_DRIVER_SIGNATURE  EFI_SIGNATURE_32 ('D', 'h', 'F', 'd')\r
+#define EFI_DATA_HUB_FILTER_DRIVER_SIGNATURE  SIGNATURE_32 ('D', 'h', 'F', 'd')\r
 \r
 typedef struct {\r
   UINT32          Signature;\r