mirror of https://github.com/acidanthera/audk.git
Several input strings to AmlLib APIs are treated as CONST but were missing the CONST keyword, requiring their callers to create unnecessary r/w copies of r/o input strings. This change properly marks these input strings as CONST. Signed-off-by: Jeshua Smith <jeshuas@nvidia.com> Reviewed-by: Jeff Brasen <jbrasen@nvidia.com> |
||
---|---|---|
.. | ||
AmlApi.c | ||
AmlApiHelper.c | ||
AmlApiHelper.h | ||
AmlResourceDataApi.c |