summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/BaseMemoryTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/BaseMemoryTest.h')
-rw-r--r--EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/BaseMemoryTest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/BaseMemoryTest.h b/EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/BaseMemoryTest.h
index 23412d29bd..32e470160e 100644
--- a/EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/BaseMemoryTest.h
+++ b/EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/BaseMemoryTest.h
@@ -49,9 +49,9 @@ EFI_STATUS
OUT EFI_PHYSICAL_ADDRESS * ErrorAddress
);
-typedef struct _PEI_BASE_MEMORY_TEST_PPI {
+struct _PEI_BASE_MEMORY_TEST_PPI {
PEI_BASE_MEMORY_TEST BaseMemoryTest;
-} PEI_BASE_MEMORY_TEST_PPI;
+};
extern EFI_GUID gPeiBaseMemoryTestPpiGuid;