aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/efi.h
diff options
context:
space:
mode:
authorDave Young <dyoung@redhat.com>2014-08-14 17:15:26 +0800
committerMatt Fleming <matt.fleming@intel.com>2014-10-03 18:40:58 +0100
commitb2e0a54a1296a91b800f316df7bef7d1905e4fd0 (patch)
treeda46563d0e34f6d4d33c4952d73bb22576d47c6d /include/linux/efi.h
parentefi-bgrt: Add error handling; inform the user when ignoring the BGRT (diff)
downloadlinux-dev-b2e0a54a1296a91b800f316df7bef7d1905e4fd0.tar.xz
linux-dev-b2e0a54a1296a91b800f316df7bef7d1905e4fd0.zip
efi: Move noefi early param code out of x86 arch code
noefi param can be used for arches other than X86 later, thus move it out of x86 platform code. Signed-off-by: Dave Young <dyoung@redhat.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'include/linux/efi.h')
-rw-r--r--include/linux/efi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/efi.h b/include/linux/efi.h
index 518779fb5e90..4812ed0b0374 100644
--- a/include/linux/efi.h
+++ b/include/linux/efi.h
@@ -1229,4 +1229,5 @@ efi_status_t handle_cmdline_files(efi_system_table_t *sys_table_arg,
efi_status_t efi_parse_options(char *cmdline);
+bool efi_runtime_disabled(void);
#endif /* _LINUX_EFI_H */