X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fvt_kern.h;h=c310bcadc2ab64f74f731ec5e645a6625ef74787;hb=9c920a8402f2bb9bd931801d429b65f4eb6a262b;hp=383a93cbbeeb1a6d9a37fd505af4db5ff5d611b6;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h index 383a93cbb..c310bcadc 100644 --- a/include/linux/vt_kern.h +++ b/include/linux/vt_kern.h @@ -11,7 +11,6 @@ #include #include #include -#include /* * Presently, a lot of graphics programs do not restore the contents of @@ -50,10 +49,6 @@ void do_unblank_screen(int leaving_gfx); void unblank_screen(void); void poke_blanked_console(void); int con_font_op(int currcons, struct console_font_op *op); -int con_font_set(int currcons, struct console_font_op *op); -int con_font_get(int currcons, struct console_font_op *op); -int con_font_default(int currcons, struct console_font_op *op); -int con_font_copy(int currcons, struct console_font_op *op); int con_set_cmap(unsigned char __user *cmap); int con_get_cmap(unsigned char __user *cmap); void scrollback(int); @@ -89,12 +84,4 @@ int vt_waitactive(int vt); void change_console(unsigned int); void reset_vc(unsigned int new_console); -/* - * vc_screen.c shares this temporary buffer with the console write code so that - * we can easily avoid touching user space while holding the console spinlock. - */ -extern char con_buf[PAGE_SIZE]; -#define CON_BUF_SIZE PAGE_SIZE -extern struct semaphore con_buf_sem; - #endif /* _VT_KERN_H */