summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Framework/Ppi/LoadFile
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-20 20:54:38 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-20 20:54:38 +0000
commit8cdb2112e25ecea6d14c86e89a66942f1e865bd6 (patch)
tree1ec1f18f49a94060c8d3407d6ac0d8a3a03135fd /EdkCompatibilityPkg/Foundation/Framework/Ppi/LoadFile
parent9c092841829b153eef01007ddb5df50e87f9110f (diff)
downloadedk2-platforms-8cdb2112e25ecea6d14c86e89a66942f1e865bd6.tar.xz
* Removed extra typedefs on structures to fix error generated by gcc.
edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Reset/Reset.h: * Changed name of colliding function pointer typedef. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4930 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Framework/Ppi/LoadFile')
-rw-r--r--EdkCompatibilityPkg/Foundation/Framework/Ppi/LoadFile/LoadFile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Ppi/LoadFile/LoadFile.h b/EdkCompatibilityPkg/Foundation/Framework/Ppi/LoadFile/LoadFile.h
index d6cf68af5d..ab02e70022 100644
--- a/EdkCompatibilityPkg/Foundation/Framework/Ppi/LoadFile/LoadFile.h
+++ b/EdkCompatibilityPkg/Foundation/Framework/Ppi/LoadFile/LoadFile.h
@@ -39,9 +39,9 @@ EFI_STATUS
OUT EFI_PHYSICAL_ADDRESS * EntryPoint
);
-typedef struct _EFI_PEI_FV_FILE_LOADER_PPI {
+struct _EFI_PEI_FV_FILE_LOADER_PPI {
EFI_PEI_FV_LOAD_FILE FvLoadFile;
-} EFI_PEI_FV_FILE_LOADER_PPI;
+};
extern EFI_GUID gPeiFvFileLoaderPpiGuid;