summaryrefslogtreecommitdiffstats
path: root/lib/types/types.h
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2014-07-25 09:49:37 +0800
committerJeremy Kerr <jk@ozlabs.org>2014-07-28 13:50:36 +0800
commit37bece9c6354e8857dc3001d6fd245d8a733ef28 (patch)
tree3657a219063540a14a56969fccd6fbad165a9036 /lib/types/types.h
parent24a530d0b58f57f151ee6d3df9f747ae98ef759f (diff)
downloadtalos-petitboot-37bece9c6354e8857dc3001d6fd245d8a733ef28.tar.gz
talos-petitboot-37bece9c6354e8857dc3001d6fd245d8a733ef28.zip
config: Add lang member to config
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'lib/types/types.h')
-rw-r--r--lib/types/types.h1
1 files changed, 1 insertions, 0 deletions
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 */
OpenPOWER on IntegriCloud