Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6093 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -160,32 +160,18 @@ EFI_STATUS
|
||||
|
||||
@par Protocol Description:
|
||||
Used to set configuration options for a controller that an EFI Driver is managing.
|
||||
|
||||
@param SetOptions Allows the use to set drivers specific configuration
|
||||
options for a controller that the driver is currently managing.
|
||||
|
||||
@param OptionsValid Tests to see if a controller's current configuration
|
||||
options are valid.
|
||||
|
||||
@param ForceDefaults Forces a driver to set the default configuration options
|
||||
for a controller.
|
||||
|
||||
@param SupportedLanguages A Null-terminated ASCII string that
|
||||
contains one or more RFC 3066
|
||||
language codes. This is the list
|
||||
of language codes that this
|
||||
protocol supports.
|
||||
|
||||
**/
|
||||
struct _EFI_DRIVER_CONFIGURATION2_PROTOCOL {
|
||||
EFI_DRIVER_CONFIGURATION2_SET_OPTIONS SetOptions;
|
||||
EFI_DRIVER_CONFIGURATION2_OPTIONS_VALID OptionsValid;
|
||||
EFI_DRIVER_CONFIGURATION2_FORCE_DEFAULTS ForceDefaults;
|
||||
///
|
||||
/// A Null-terminated ASCII string that contains one or more RFC 3066
|
||||
/// language codes. This is the list of language codes that this protocol supports.
|
||||
///
|
||||
CHAR8 *SupportedLanguages;
|
||||
};
|
||||
|
||||
|
||||
|
||||
extern EFI_GUID gEfiDriverConfiguration2ProtocolGuid;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user