aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/loader/framebuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'stand/efi/loader/framebuffer.h')
-rw-r--r--stand/efi/loader/framebuffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stand/efi/loader/framebuffer.h b/stand/efi/loader/framebuffer.h
index 6c47a136f7be..a9377984de2b 100644
--- a/stand/efi/loader/framebuffer.h
+++ b/stand/efi/loader/framebuffer.h
@@ -27,11 +27,13 @@
* $FreeBSD$
*/
+#include <teken.h>
#include <gfx_fb.h>
#ifndef _EFIFB_H_
#define _EFIFB_H_
+bool efi_has_gop(void);
int efi_find_framebuffer(teken_gfx_t *gfx_state);
#endif /* _EFIFB_H_ */