From 936e57208c8e651be0f3dee6cfc635d719410100 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 17 May 2013 11:41:04 +0800 Subject: types: Add is_default to struct boot_option Signed-off-by: Jeremy Kerr --- lib/types/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/types') diff --git a/lib/types/types.h b/lib/types/types.h index 90b23c3..5be2cb6 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -1,6 +1,7 @@ #ifndef _TYPES_H #define _TYPES_H +#include #include struct device { @@ -24,6 +25,7 @@ struct boot_option { char *boot_image_file; char *initrd_file; char *boot_args; + bool is_default; struct list_item list; -- cgit v1.2.1