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.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/types/types.h b/lib/types/types.h
index 7f4ae1f..36841cd 100644
--- a/lib/types/types.h
+++ b/lib/types/types.h
@@ -60,6 +60,21 @@ struct boot_option {
void *ui_info;
};
+struct plugin_option {
+ char *id;
+ char *name;
+ char *vendor;
+ char *vendor_id;
+ char *version;
+ char *date;
+ char *plugin_file;
+
+ unsigned int n_executables;
+ char **executables;
+
+ void *ui_info;
+};
+
struct boot_command {
char *option_id;
char *boot_image_file;
OpenPOWER on IntegriCloud