clean up for GCC tool-chain.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5536 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12
2008-07-21 09:57:43 +00:00
parent 1646bcd553
commit a1cb16bd83
6 changed files with 12 additions and 12 deletions

View File

@@ -37,10 +37,10 @@ EFI_FORWARD_DECLARATION (EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL);
//
// Interface structure for the Driver Supported EFI Version Protocol
//
typedef struct _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL {
struct _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL {
UINT32 Length;
UINT32 FirmwareVersion;
} EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL;
};
extern EFI_GUID gEfiDriverSupportedEfiVersionProtocolGuid;