From 37bece9c6354e8857dc3001d6fd245d8a733ef28 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 25 Jul 2014 09:49:37 +0800 Subject: config: Add lang member to config Signed-off-by: Jeremy Kerr --- lib/types/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/types') 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 */ -- cgit v1.2.1