aboutsummaryrefslogtreecommitdiffstats
path: root/fbtools.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-03-24 08:44:05 +0100
committerGerd Hoffmann <kraxel@redhat.com>2016-03-24 08:44:05 +0100
commit4ab7eba10ce61c902ee8949d71359a4f9878ed36 (patch)
tree906006a0164e83e5b4a78d7b48dcbb3a30ecaf27 /fbtools.h
parent50b6d744c9d1c0afc46b9ac34fce765f05020900 (diff)
downloadfbida-4ab7eba10ce61c902ee8949d71359a4f9878ed36.tar.gz
move console switching to main
Diffstat (limited to 'fbtools.h')
-rw-r--r--fbtools.h14
1 files changed, 0 insertions, 14 deletions
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);