X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=include%2Flinux%2Fconsole.h;h=6ae6a15eb95c25d8eee2c8f0b6929b4a74416caa;hp=7453cfd593c813632c3cf103ea918c471266613e;hb=HEAD;hpb=b87a2d3e3147bd140da2eae584772c353d11421b diff --git a/include/linux/console.h b/include/linux/console.h index 7453cfd593c8..6ae6a15eb95c 100644 --- a/include/linux/console.h +++ b/include/linux/console.h @@ -77,7 +77,9 @@ extern const struct consw prom_con; /* SPARC PROM console */ int con_is_bound(const struct consw *csw); int register_con_driver(const struct consw *csw, int first, int last); int unregister_con_driver(const struct consw *csw); +int do_unregister_con_driver(const struct consw *csw); int take_over_console(const struct consw *sw, int first, int last, int deflt); +int do_take_over_console(const struct consw *sw, int first, int last, int deflt); void give_up_console(const struct consw *sw); #ifdef CONFIG_HW_CONSOLE int con_debug_enter(struct vc_data *vc);