efi_loader: signature of StartImage and Exit
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 28 Dec 2018 11:41:15 +0000 (12:41 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 13 Feb 2019 08:40:05 +0000 (09:40 +0100)
commitcc8e34178b5f141ed997843e86248e4d53f37298
tree816835f7a9733b6e261cd49022d045bab12881a4
parentc6d876fa2d7f9fde0fae9203ec1f047df9bc1f59
efi_loader: signature of StartImage and Exit

We use u16* for Unicode strings and efi_uintn_t for UINTN. Correct the
signature of efi_exit() and efi_start_image().

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_boottime.c