mirror of https://github.com/acidanthera/audk.git
Update code comments to specify the correct language format for Driver Diagnostics Protocol and Unicode Collation Protocol.
Signed-off-by: lgao4 Reviewed-by: mdkinney Reviewed-by: vanjeff git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12825 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
22ed9fb70a
commit
e69ccf580e
|
@ -114,7 +114,7 @@ EFI_STATUS
|
||||||
struct _EFI_DRIVER_DIAGNOSTICS_PROTOCOL {
|
struct _EFI_DRIVER_DIAGNOSTICS_PROTOCOL {
|
||||||
EFI_DRIVER_DIAGNOSTICS_RUN_DIAGNOSTICS RunDiagnostics;
|
EFI_DRIVER_DIAGNOSTICS_RUN_DIAGNOSTICS RunDiagnostics;
|
||||||
///
|
///
|
||||||
/// A Null-terminated ASCII string that contains one or more RFC 4646
|
/// A Null-terminated ASCII string that contains one or more ISO 639-2
|
||||||
/// language codes. This is the list of language codes that this protocol supports.
|
/// language codes. This is the list of language codes that this protocol supports.
|
||||||
///
|
///
|
||||||
CHAR8 *SupportedLanguages;
|
CHAR8 *SupportedLanguages;
|
||||||
|
|
|
@ -179,8 +179,9 @@ struct _EFI_UNICODE_COLLATION_PROTOCOL {
|
||||||
EFI_UNICODE_COLLATION_STRTOFAT StrToFat;
|
EFI_UNICODE_COLLATION_STRTOFAT StrToFat;
|
||||||
|
|
||||||
///
|
///
|
||||||
/// A Null-terminated ASCII string array that contains one or more
|
/// A Null-terminated ASCII string array that contains one or more language codes.
|
||||||
/// language codes. This array is specified in RFC 4646 format.
|
/// When this field is used for UnicodeCollation2, it is specified in RFC 4646 format.
|
||||||
|
/// When it is used for UnicodeCollation, it is specified in ISO 639-2 format.
|
||||||
///
|
///
|
||||||
CHAR8 *SupportedLanguages;
|
CHAR8 *SupportedLanguages;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue