diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-18 08:09:40 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-18 08:09:40 +0000 |
commit | b8773e24c650c3613f759378c1724b9190e3adba (patch) | |
tree | d4a7adcb6d46055a8c0437b72f707e7430e7af63 | |
parent | e2be78c1f6165e365358eda926ee9061a985da25 (diff) | |
download | edk2-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
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Framework/Ppi/FirmwareVolume/FirmwareVolume.h | 8 |
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;
|