summaryrefslogtreecommitdiffstats
path: root/lib/types
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types')
-rw-r--r--lib/types/types.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/types/types.h b/lib/types/types.h
index fb53826..90b23c3 100644
--- a/lib/types/types.h
+++ b/lib/types/types.h
@@ -37,4 +37,14 @@ struct boot_command {
char *boot_args;
};
+struct boot_status {
+ enum {
+ BOOT_STATUS_INFO,
+ BOOT_STATUS_ERROR,
+ } type;
+ char *message;
+ char *detail;
+ int progress;
+};
+
#endif /* _TYPES_H */
OpenPOWER on IntegriCloud