]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.h
Clean up to update the reference of the these macros:
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / DataHubDxe / DataHub.h
index c73edac1a64c8124e7ba22e0c0ff6ac396f09031..ebd0d08fa204736299b5bd9205f37df58a37a49f 100644 (file)
@@ -30,7 +30,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #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
@@ -77,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
@@ -94,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