summaryrefslogtreecommitdiffstats
path: root/lib/types/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types/types.h')
-rw-r--r--lib/types/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/types/types.h b/lib/types/types.h
index 6ff4620..5c5f6ed 100644
--- a/lib/types/types.h
+++ b/lib/types/types.h
@@ -65,6 +65,7 @@ struct boot_command {
char *initrd_file;
char *dtb_file;
char *boot_args;
+ char *tty;
};
struct boot_status {
@@ -159,9 +160,12 @@ struct config {
bool allow_writes;
+ char *boot_tty;
char *lang;
/* not user-settable */
+ unsigned int n_tty;
+ char **tty_list;
bool disable_snapshots;
bool safe_mode;
bool debug;
OpenPOWER on IntegriCloud