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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stand/efi/loader/framebuffer.h b/stand/efi/loader/framebuffer.h
index 6c47a136f7be..c6015f4ccbd3 100644
--- a/stand/efi/loader/framebuffer.h
+++ b/stand/efi/loader/framebuffer.h
@@ -23,15 +23,15 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $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_ */