diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2014-06-26 12:09:05 +0200 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2014-07-07 20:12:53 +0100 |
commit | 022ee6c558fc933679e151f00f84332974147fa2 (patch) | |
tree | 1c9023d5cceddf7dd6c75508e4405f6bb316e93f /include/linux/efi.h | |
parent | f49182ec8c685f4e89a50ba85ffe43b7f1e7b3e1 (diff) | |
download | op-kernel-dev-022ee6c558fc933679e151f00f84332974147fa2.zip op-kernel-dev-022ee6c558fc933679e151f00f84332974147fa2.tar.gz |
efi/x86: Move UEFI Runtime Services wrappers to generic code
In order for other archs (such as arm64) to be able to reuse the virtual
mode function call wrappers, move them to drivers/firmware/efi/runtime-wrappers.c.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'include/linux/efi.h')
-rw-r--r-- | include/linux/efi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/efi.h b/include/linux/efi.h index 41bbf8b..0ceb816 100644 --- a/include/linux/efi.h +++ b/include/linux/efi.h @@ -521,6 +521,8 @@ typedef efi_status_t efi_query_capsule_caps_t(efi_capsule_header_t **capsules, int *reset_type); typedef efi_status_t efi_query_variable_store_t(u32 attributes, unsigned long size); +void efi_native_runtime_setup(void); + /* * EFI Configuration Table and GUID definitions */ |