Removed extra typedefs on structures to remove error with gcc compiler.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4928 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -130,10 +130,10 @@ Returns:
|
||||
corrupted (not in a valid compressed format).
|
||||
|
||||
--*/
|
||||
typedef struct _EFI_DECOMPRESS_PROTOCOL {
|
||||
struct _EFI_DECOMPRESS_PROTOCOL {
|
||||
EFI_DECOMPRESS_GET_INFO GetInfo;
|
||||
EFI_DECOMPRESS_DECOMPRESS Decompress;
|
||||
} EFI_DECOMPRESS_PROTOCOL;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiDecompressProtocolGuid;
|
||||
|
||||
|
Reference in New Issue
Block a user