summaryrefslogtreecommitdiffstats
path: root/lib/types/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types/types.h')
-rw-r--r--lib/types/types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/types/types.h b/lib/types/types.h
index 36841cd..9ab2a43 100644
--- a/lib/types/types.h
+++ b/lib/types/types.h
@@ -58,6 +58,11 @@ struct boot_option {
struct list_item list;
void *ui_info;
+
+ enum {
+ DISCOVER_BOOT_OPTION,
+ DISCOVER_PLUGIN_OPTION,
+ } type;
};
struct plugin_option {
OpenPOWER on IntegriCloud