diff options
author | Simon Glass | 2019-09-25 08:11:32 -0600 |
---|---|---|
committer | Bin Meng | 2019-10-08 13:54:12 +0800 |
commit | fdeb6f7dc6ed81ba50f1b56eb4bade9108f5f145 (patch) | |
tree | 39b31f556f7e997d43925337a8cdad11f0c962ac /api | |
parent | 62888d840fb99d0375dc33ef7b3404377f451bcf (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