Removed extra typedefs on structures to fix error generated by gcc.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4933 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten
2008-03-20 20:59:20 +00:00
parent 338e1d5748
commit b9bbec4ff3
3 changed files with 6 additions and 6 deletions

View File

@@ -35,9 +35,9 @@ EFI_STATUS
IN UINT64 Length
);
typedef struct _EFI_PEI_FLUSH_INSTRUCTION_CACHE_PROTOCOL {
struct _EFI_PEI_FLUSH_INSTRUCTION_CACHE_PROTOCOL {
EFI_PEI_FLUSH_INSTRUCTION_CACHE_FLUSH Flush;
} EFI_PEI_FLUSH_INSTRUCTION_CACHE_PROTOCOL;
};
extern EFI_GUID gEfiPeiFlushInstructionCacheGuid;