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:
@ -70,12 +70,12 @@ EFI_STATUS
|
||||
OUT UINT32 *Granularity OPTIONAL
|
||||
);
|
||||
|
||||
typedef struct _EFI_LEGACY_REGION_PROTOCOL {
|
||||
struct _EFI_LEGACY_REGION_PROTOCOL {
|
||||
EFI_LEGACY_REGION_DECODE Decode;
|
||||
EFI_LEGACY_REGION_LOCK Lock;
|
||||
EFI_LEGACY_REGION_BOOT_LOCK BootLock;
|
||||
EFI_LEGACY_REGION_UNLOCK UnLock;
|
||||
} EFI_LEGACY_REGION_PROTOCOL;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiLegacyRegionProtocolGuid;
|
||||
|
||||
|
Reference in New Issue
Block a user