commit | 23ef39af0b0e39268c49283edfeae77f32cbcee9 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Dec 28 12:41:15 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Wed Feb 13 09:40:05 2019 +0100 |
tree | 816835f7a9733b6e261cd49022d045bab12881a4 | |
parent | c8989c70b23742d5a806177780ea8dc70549b220 [diff] |
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>