X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=b7430f4910f6d5e6a97363aa5844b2064c872079;hp=7b9269b1899905cb250feaaf2fb1a365b21a0f6d;hb=9f42e56fc5968fcb34edfad017adb73960c2bb61;hpb=e4a641a6e3133158b003d19ee285cfc37164cb1f diff --git a/lib/types/types.h b/lib/types/types.h index 7b9269b..b7430f4 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -67,7 +67,7 @@ struct boot_command { char *dtb_file; char *boot_args; char *args_sig_file; - char *tty; + char *console; }; struct boot_status { @@ -163,12 +163,12 @@ struct config { bool allow_writes; - char *boot_tty; + char *boot_console; char *lang; /* not user-settable */ - unsigned int n_tty; - char **tty_list; + unsigned int n_consoles; + char **consoles; bool disable_snapshots; bool safe_mode; bool debug;