efi_loader: use u16* for UTF16 strings
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 5 Nov 2018 19:22:12 +0000 (20:22 +0100)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:37 +0000 (21:59 +0100)
commit02c2f0298a0b53ae0b8636567265b8a612c598d1
treeb9c4ad5dc1fc3db3d0cd33b9d1bb99170810136f
parent83582419ea3653fdf3e5e5d0434f9ff5a8217149
efi_loader: use u16* for UTF16 strings

We should be consistent in the types that we use to store Unicode strings.

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