X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fconsole.h;h=248e6e3b9b734d515e0c74f95aabd1de2dd57b6d;hb=e2205a156f4dd727097f7f492bf03aa8920b0071;hp=a4f27fbdf5494ee885caa967a24d1934744386a3;hpb=2a5f2e3e6cd1ce9fb3f8b186b6bc9aa1f1497a92;p=linux-2.6 diff --git a/include/linux/console.h b/include/linux/console.h index a4f27fbdf5..248e6e3b9b 100644 --- a/include/linux/console.h +++ b/include/linux/console.h @@ -108,6 +108,8 @@ struct console { struct console *next; }; +extern int console_set_on_cmdline; + extern int add_preferred_console(char *name, int idx, char *options); extern int update_console_cmdline(char *name, int idx, char *name_new, int idx_new, char *options); extern void register_console(struct console *);