X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=5536e2a912e48c6df3025f6d6e288bb785257830;hp=0333a02d9aa385b4eb121574813d85e862120bfd;hb=37bece9c6354e8857dc3001d6fd245d8a733ef28;hpb=24a530d0b58f57f151ee6d3df9f747ae98ef759f diff --git a/lib/types/types.h b/lib/types/types.h index 0333a02..5536e2a 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -126,6 +126,7 @@ struct config { struct boot_priority *boot_priorities; unsigned int n_boot_priorities; char *boot_device; + char *lang; }; #endif /* _TYPES_H */