]> Git Repo - u-boot.git/commit
efi_loader: new function utf8_to_utf16
authorHeinrich Schuchardt <[email protected]>
Wed, 18 Oct 2017 16:13:06 +0000 (18:13 +0200)
committerAlexander Graf <[email protected]>
Fri, 1 Dec 2017 12:22:55 +0000 (13:22 +0100)
commitf58c5ecb87e0ab170dfa92cd0c1052dd18fffc2c
treefd4eb80cdc17f2874685215a79bb4b9ef93d9f93
parent30a0045a54e96e799b0694451a977dba572675fb
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 <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
include/charset.h
lib/charset.c
This page took 0.047419 seconds and 4 git commands to generate.