1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-04 15:07:09 +01:00
Files
u-boot-megous/include/charset.h
AKASHI Takahiro f8062c963a lib: charset: add u16_str<n>cmp()
u16 version of strcmp(): u16_strncmp() works like u16_strcmp() but only
at most n characters (in u16) are compared.
This function will be used in my UEFI secure boot patch.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2019-09-20 20:09:19 +02:00

7.2 KiB