summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/loader/arch/amd64/framebuffer.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/arch/amd64/framebuffer.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/arch/amd64/framebuffer.c')
-rw-r--r--sys/boot/efi/loader/arch/amd64/framebuffer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/efi/loader/arch/amd64/framebuffer.c b/sys/boot/efi/loader/arch/amd64/framebuffer.c
index 90bf992..2adb8b5 100644
--- a/sys/boot/efi/loader/arch/amd64/framebuffer.c
+++ b/sys/boot/efi/loader/arch/amd64/framebuffer.c
@@ -35,6 +35,8 @@ __FBSDID("$FreeBSD$");
#include <efilib.h>
#include <machine/metadata.h>
+#include "framebuffer.h"
+
static EFI_GUID gop_guid = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID;
int
OpenPOWER on IntegriCloud