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:
@@ -181,12 +181,12 @@ EFI_STATUS
|
||||
//
|
||||
// Interface structure for the Driver Configuration Protocol
|
||||
//
|
||||
typedef struct _EFI_DRIVER_CONFIGURATION_PROTOCOL {
|
||||
struct _EFI_DRIVER_CONFIGURATION_PROTOCOL {
|
||||
EFI_DRIVER_CONFIGURATION_SET_OPTIONS SetOptions;
|
||||
EFI_DRIVER_CONFIGURATION_OPTIONS_VALID OptionsValid;
|
||||
EFI_DRIVER_CONFIGURATION_FORCE_DEFAULTS ForceDefaults;
|
||||
CHAR8 *SupportedLanguages;
|
||||
} EFI_DRIVER_CONFIGURATION_PROTOCOL;
|
||||
};
|
||||
|
||||
/*++
|
||||
|
||||
|
Reference in New Issue
Block a user