summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/loader/autoload.c
diff options
context:
space:
mode:
authorsmh <smh@FreeBSD.org>2016-01-28 12:11:42 +0000
committersmh <smh@FreeBSD.org>2016-01-28 12:11:42 +0000
commit634e73dbb861268bd122cc29b02b1a56df450dd6 (patch)
tree7fd1c618154ccfb649dc2a3ef4b6030c01df8f81 /sys/boot/efi/loader/autoload.c
parentfe8f0aa165649acdaf27427ebefed487585a9d35 (diff)
downloadFreeBSD-src-634e73dbb861268bd122cc29b02b1a56df450dd6.zip
FreeBSD-src-634e73dbb861268bd122cc29b02b1a56df450dd6.tar.gz
MFC r281169, r293724, r293796, r294029, r294041, r294058
MFC r281169 (by andrew): Make global variabled only used in this file static MFC r294058: Make common boot file_loadraw name parameter const MFC r294041: Remove unused reg param from fdt_fixup_memory MFC r293724: Enable warnings in EFI boot code MFC r293796: Fix typo in libefi.c MFC r294029: Only build EFI components on supported compilers Sponsored by: Multiplay
Diffstat (limited to 'sys/boot/efi/loader/autoload.c')
-rw-r--r--sys/boot/efi/loader/autoload.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/efi/loader/autoload.c b/sys/boot/efi/loader/autoload.c
index 694a6da..c1eb849 100644
--- a/sys/boot/efi/loader/autoload.c
+++ b/sys/boot/efi/loader/autoload.c
@@ -27,6 +27,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "loader_efi.h"
+
int
efi_autoload(void)
{
OpenPOWER on IntegriCloud