X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=25bf556e8ee1c931625777a5dee2ba818dbbd057;hb=71da0c6cb80e3708213a08c06e71f099534bcd2a;hp=129319309cc0882ee36f3c7775fe56e780e1afd1;hpb=95a566908a5e02c51bd2af6b468df3fb9ad1bf75;p=petitboot diff --git a/lib/types/types.h b/lib/types/types.h index 1293193..25bf556 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -124,6 +124,12 @@ struct config { struct network_config network; struct boot_priority *boot_priorities; unsigned int n_boot_priorities; + char *boot_device; + char *lang; + + /* not user-settable */ + bool safe_mode; + bool debug; }; #endif /* _TYPES_H */