From 4ab7eba10ce61c902ee8949d71359a4f9878ed36 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 24 Mar 2016 08:44:05 +0100 Subject: move console switching to main --- fbtools.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'fbtools.h') diff --git a/fbtools.h b/fbtools.h index 4f14f6f..8b8156a 100644 --- a/fbtools.h +++ b/fbtools.h @@ -1,17 +1,3 @@ #include "gfx.h" -#define FB_ACTIVE 0 -#define FB_REL_REQ 1 -#define FB_INACTIVE 2 -#define FB_ACQ_REQ 3 - -/* info about videomode - yes I know, quick & dirty... */ -extern int fb_switch_state; - -/* init + cleanup */ gfxstate *fb_init(char *device, char *mode, int vt); - -/* console switching */ -int fb_switch_init(void); -void fb_switch_release(void); -void fb_switch_acquire(void); -- cgit