Removed extra typedefs on structures to fix error generated by gcc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4939 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -72,11 +72,11 @@ EFI_STATUS
|
||||
//
|
||||
// Protocol definition
|
||||
//
|
||||
typedef struct _EFI_SECTION_EXTRACTION_PROTOCOL {
|
||||
struct _EFI_SECTION_EXTRACTION_PROTOCOL {
|
||||
EFI_OPEN_SECTION_STREAM OpenSectionStream;
|
||||
EFI_GET_SECTION GetSection;
|
||||
EFI_CLOSE_SECTION_STREAM CloseSectionStream;
|
||||
} EFI_SECTION_EXTRACTION_PROTOCOL;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiSectionExtractionProtocolGuid;
|
||||
|
||||
|
Reference in New Issue
Block a user