X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FDriverConfiguration2.h;h=fc12fc8697061761afda2bca8774bebf212eda87;hp=360b02b83b750c7203f21a79bbd67a3add5ee21c;hb=7eb05636e7edcad6958f8d4d36f073ea64edc919;hpb=981b0f90d19c1bdab1c8ac0525e84c6a66c97866 diff --git a/MdePkg/Include/Protocol/DriverConfiguration2.h b/MdePkg/Include/Protocol/DriverConfiguration2.h index 360b02b83b..fc12fc8697 100644 --- a/MdePkg/Include/Protocol/DriverConfiguration2.h +++ b/MdePkg/Include/Protocol/DriverConfiguration2.h @@ -66,7 +66,7 @@ typedef enum { options for the bus controller. It will not be NULL for a bus driver that wishes to set options for one of its child controllers. - @param Language A Null-terminated ASCII string that contains one or more RFC 3066 + @param Language A Null-terminated ASCII string that contains one or more RFC 4646 language codes. This is the list of language codes that this protocol supports. The number of languages supported by a driver is up to the driver writer. @@ -179,7 +179,7 @@ struct _EFI_DRIVER_CONFIGURATION2_PROTOCOL { EFI_DRIVER_CONFIGURATION2_OPTIONS_VALID OptionsValid; EFI_DRIVER_CONFIGURATION2_FORCE_DEFAULTS ForceDefaults; /// - /// A Null-terminated ASCII string that contains one or more RFC 3066 + /// A Null-terminated ASCII string that contains one or more RFC 4646 /// language codes. This is the list of language codes that this protocol supports. /// CHAR8 *SupportedLanguages;