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:
@ -96,10 +96,10 @@ EFI_STATUS
|
|||||||
//
|
//
|
||||||
// Interface structure for the Authentication Info Protocol
|
// Interface structure for the Authentication Info Protocol
|
||||||
//
|
//
|
||||||
typedef struct _EFI_AUTHENTICATION_INFO_PROTOCOL {
|
struct _EFI_AUTHENTICATION_INFO_PROTOCOL {
|
||||||
EFI_AUTHENTICATION_INFO_PROTOCOL_GET Get;
|
EFI_AUTHENTICATION_INFO_PROTOCOL_GET Get;
|
||||||
EFI_AUTHENTICATION_INFO_PROTOCOL_SET Set;
|
EFI_AUTHENTICATION_INFO_PROTOCOL_SET Set;
|
||||||
} EFI_AUTHENTICATION_INFO_PROTOCOL;
|
};
|
||||||
|
|
||||||
extern EFI_GUID gEfiAuthenticationInfoProtocolGuid;
|
extern EFI_GUID gEfiAuthenticationInfoProtocolGuid;
|
||||||
|
|
||||||
|
@ -170,12 +170,12 @@ EFI_STATUS
|
|||||||
//
|
//
|
||||||
// Interface structure for the Driver Configuration Protocol
|
// Interface structure for the Driver Configuration Protocol
|
||||||
//
|
//
|
||||||
typedef struct _EFI_DRIVER_CONFIGURATION2_PROTOCOL {
|
struct _EFI_DRIVER_CONFIGURATION2_PROTOCOL {
|
||||||
EFI_DRIVER_CONFIGURATION2_SET_OPTIONS SetOptions;
|
EFI_DRIVER_CONFIGURATION2_SET_OPTIONS SetOptions;
|
||||||
EFI_DRIVER_CONFIGURATION2_OPTIONS_VALID OptionsValid;
|
EFI_DRIVER_CONFIGURATION2_OPTIONS_VALID OptionsValid;
|
||||||
EFI_DRIVER_CONFIGURATION2_FORCE_DEFAULTS ForceDefaults;
|
EFI_DRIVER_CONFIGURATION2_FORCE_DEFAULTS ForceDefaults;
|
||||||
CHAR8 *SupportedLanguages;
|
CHAR8 *SupportedLanguages;
|
||||||
} EFI_DRIVER_CONFIGURATION2_PROTOCOL;
|
};
|
||||||
|
|
||||||
/*++
|
/*++
|
||||||
|
|
||||||
|
@ -112,10 +112,10 @@ EFI_STATUS
|
|||||||
//
|
//
|
||||||
// Interface structure for the Driver Diagnostics Protocol
|
// Interface structure for the Driver Diagnostics Protocol
|
||||||
//
|
//
|
||||||
typedef struct _EFI_DRIVER_DIAGNOSTICS2_PROTOCOL {
|
struct _EFI_DRIVER_DIAGNOSTICS2_PROTOCOL {
|
||||||
EFI_DRIVER_DIAGNOSTICS2_RUN_DIAGNOSTICS RunDiagnostics;
|
EFI_DRIVER_DIAGNOSTICS2_RUN_DIAGNOSTICS RunDiagnostics;
|
||||||
CHAR8 *SupportedLanguages;
|
CHAR8 *SupportedLanguages;
|
||||||
} EFI_DRIVER_DIAGNOSTICS2_PROTOCOL;
|
};
|
||||||
|
|
||||||
/*++
|
/*++
|
||||||
|
|
||||||
|
@ -37,10 +37,10 @@ EFI_FORWARD_DECLARATION (EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL);
|
|||||||
//
|
//
|
||||||
// Interface structure for the 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 Length;
|
||||||
UINT32 FirmwareVersion;
|
UINT32 FirmwareVersion;
|
||||||
} EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL;
|
};
|
||||||
|
|
||||||
extern EFI_GUID gEfiDriverSupportedEfiVersionProtocolGuid;
|
extern EFI_GUID gEfiDriverSupportedEfiVersionProtocolGuid;
|
||||||
|
|
||||||
|
@ -162,10 +162,10 @@ EFI_STATUS
|
|||||||
//
|
//
|
||||||
// Interface structure for the Platform to Driver Configuration Protocol
|
// Interface structure for the Platform to Driver Configuration Protocol
|
||||||
//
|
//
|
||||||
typedef struct _EFI_PLATFORM_TO_DRIVER_CONFIGURATION_PROTOCOL {
|
struct _EFI_PLATFORM_TO_DRIVER_CONFIGURATION_PROTOCOL {
|
||||||
EFI_PLATFORM_TO_DRIVER_CONFIGURATION_QUERY Query;
|
EFI_PLATFORM_TO_DRIVER_CONFIGURATION_QUERY Query;
|
||||||
EFI_PLATFORM_TO_DRIVER_CONFIGURATION_RESPONSE Response;
|
EFI_PLATFORM_TO_DRIVER_CONFIGURATION_RESPONSE Response;
|
||||||
} EFI_PLATFORM_TO_DRIVER_CONFIGURATION_PROTOCOL;
|
};
|
||||||
|
|
||||||
extern EFI_GUID gEfiPlatformToDriverConfigurationProtocolGuid;
|
extern EFI_GUID gEfiPlatformToDriverConfigurationProtocolGuid;
|
||||||
extern EFI_GUID gEfiPlatformToDriverConfigurationClpGuid;
|
extern EFI_GUID gEfiPlatformToDriverConfigurationClpGuid;
|
||||||
|
@ -188,7 +188,7 @@ BOOLEAN
|
|||||||
--*/
|
--*/
|
||||||
;
|
;
|
||||||
|
|
||||||
typedef struct _EFI_UNICODE_COLLATION2_PROTOCOL {
|
struct _EFI_UNICODE_COLLATION2_PROTOCOL {
|
||||||
//
|
//
|
||||||
// general
|
// general
|
||||||
//
|
//
|
||||||
@ -204,7 +204,7 @@ typedef struct _EFI_UNICODE_COLLATION2_PROTOCOL {
|
|||||||
EFI_UNICODE_COLLATION2_STRTOFAT StrToFat;
|
EFI_UNICODE_COLLATION2_STRTOFAT StrToFat;
|
||||||
|
|
||||||
CHAR8 *SupportedLanguages;
|
CHAR8 *SupportedLanguages;
|
||||||
} EFI_UNICODE_COLLATION2_PROTOCOL;
|
};
|
||||||
|
|
||||||
extern EFI_GUID gEfiUnicodeCollation2ProtocolGuid;
|
extern EFI_GUID gEfiUnicodeCollation2ProtocolGuid;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user