mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
e2be78c1f6
commit
b8773e24c6
|
@ -24,7 +24,13 @@ Abstract:
|
||||||
|
|
||||||
EFI_FORWARD_DECLARATION (EFI_PEI_FIRMWARE_VOLUME_PPI);
|
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_FILE_HANDLE;
|
||||||
typedef VOID * EFI_PEI_FV_HANDLE;
|
typedef VOID * EFI_PEI_FV_HANDLE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue