]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: new function utf8_to_utf16
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 18 Oct 2017 16:13:06 +0000 (18:13 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:22:55 +0000 (13:22 +0100)
commitbfd009a3b1546ea4b9fa0546ef2c20f418e0294c
treefd4eb80cdc17f2874685215a79bb4b9ef93d9f93
parent8018cd8882851d27e89175144d8575cc82c11817
efi_loader: new function utf8_to_utf16

Provide a conversion function from utf8 to utf16.

Add missing #include <linux/types.h> in include/charset.h.
Remove superfluous #include <common.h> in lib/charset.c.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/charset.h
lib/charset.c