commit | 91e5b8ae144630b88658c61e15e03b3c36e7e4d5 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Sep 15 10:06:10 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Sep 18 23:53:56 2017 +0200 |
tree | 38f01f98e68db51b22c65868450cddb0cf864235 | |
parent | 514b91f335f61f9b5419cb9ce6c4602d20224070 [diff] |
efi_loader: allow return value in EFI_CALL Macro EFI_CALL was introduced to call an UEFI function. Unfortunately it does not support return values. Most UEFI functions have a return value. So let's rename EFI_CALL to EFI_CALL_VOID and introduce a new EFI_CALL macro that supports return values. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>