X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fvt_kern.h;fp=include%2Flinux%2Fvt_kern.h;h=fab5aed8ca315cc71217dae905e2dda1ac598201;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=1009d3fe1fc214e8eb920e207483ebdd7d35f1b3;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h index 1009d3fe1..fab5aed8c 100644 --- a/include/linux/vt_kern.h +++ b/include/linux/vt_kern.h @@ -6,6 +6,7 @@ * with information needed by the vt package */ +#include #include #include #include @@ -26,15 +27,13 @@ extern void kd_mksound(unsigned int hz, unsigned int ticks); extern int kbd_rate(struct kbd_repeat *rep); -extern int fg_console, last_console, want_console; /* console.c */ int vc_allocate(unsigned int console); int vc_cons_allocated(unsigned int console); int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines); -int vc_lock_resize(struct vc_data *vc, unsigned int cols, unsigned int lines); -void vc_deallocate(unsigned int console); +void vc_disallocate(unsigned int console); void reset_palette(struct vc_data *vc); void do_blank_screen(int entering_gfx); void do_unblank_screen(int leaving_gfx);