]> err.no Git - linux-2.6/blobdiff - include/linux/vt_kern.h
virtio: finer-grained features for virtio_net
[linux-2.6] / include / linux / vt_kern.h
index 0d034d89ee8ab569ee3b958d05d108ca9ea03f29..9448ffbdcbf62937047a69f1281116f133d5c079 100644 (file)
@@ -75,10 +75,9 @@ int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc);
 int vt_waitactive(int vt);
 void change_console(struct vc_data *new_vc);
 void reset_vc(struct vc_data *vc);
-extern int bind_con_driver(const struct consw *csw, int first, int last,
-                          int deflt);
 extern int unbind_con_driver(const struct consw *csw, int first, int last,
                             int deflt);
+int vty_init(void);
 
 /*
  * vc_screen.c shares this temporary buffer with the console write code so that
@@ -89,6 +88,7 @@ extern int unbind_con_driver(const struct consw *csw, int first, int last,
 extern char con_buf[CON_BUF_SIZE];
 extern struct mutex con_buf_mtx;
 extern char vt_dont_switch;
+extern int default_utf8;
 
 struct vt_spawn_console {
        spinlock_t lock;