aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorSimon Glass2019-09-25 08:11:32 -0600
committerBin Meng2019-10-08 13:54:12 +0800
commitfdeb6f7dc6ed81ba50f1b56eb4bade9108f5f145 (patch)
tree39b31f556f7e997d43925337a8cdad11f0c962ac /api
parent62888d840fb99d0375dc33ef7b3404377f451bcf (diff)
efi: Move inline functions to unconditional part of header
At present these two functions are defined in efi_loader.h but only if CONFIG_EFI_LOADER is enabled. But these are functions that are useful to other code, such as that which deals with Intel Handoff Blocks (HOBs). Move these to the top of the function. Possibly ascii2unicode() should not be an inline function, since this might impact code size. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'api')
0 files changed, 0 insertions, 0 deletions