summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Framework
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-18 08:09:40 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-18 08:09:40 +0000
commitb8773e24c650c3613f759378c1724b9190e3adba (patch)
treed4a7adcb6d46055a8c0437b72f707e7430e7af63 /EdkCompatibilityPkg/Foundation/Framework
parente2be78c1f6165e365358eda926ee9061a985da25 (diff)
downloadedk2-platforms-b8773e24c650c3613f759378c1724b9190e3adba.tar.xz
GCC Cleanup: Remove the duplicated typedef and include the header files instead.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6590 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Framework')
-rw-r--r--EdkCompatibilityPkg/Foundation/Framework/Ppi/FirmwareVolume/FirmwareVolume.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Ppi/FirmwareVolume/FirmwareVolume.h b/EdkCompatibilityPkg/Foundation/Framework/Ppi/FirmwareVolume/FirmwareVolume.h
index 6196da5938..9410cdeceb 100644
--- a/EdkCompatibilityPkg/Foundation/Framework/Ppi/FirmwareVolume/FirmwareVolume.h
+++ b/EdkCompatibilityPkg/Foundation/Framework/Ppi/FirmwareVolume/FirmwareVolume.h
@@ -24,7 +24,13 @@ Abstract:
EFI_FORWARD_DECLARATION (EFI_PEI_FIRMWARE_VOLUME_PPI);
-typedef UINT32 EFI_FV_FILE_ATTRIBUTES;
+//
+// Statements that include other files
+//
+#include "EfiFirmwareVolumeHeader.h"
+#include "EfiFirmwareFileSystem.h"
+#include "EfiFirmwareVolume.h"
+
typedef VOID * EFI_PEI_FILE_HANDLE;
typedef VOID * EFI_PEI_FV_HANDLE;