aboutsummaryrefslogtreecommitdiff
path: root/module/scmi_clock/include/mod_scmi_clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'module/scmi_clock/include/mod_scmi_clock.h')
-rw-r--r--module/scmi_clock/include/mod_scmi_clock.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/module/scmi_clock/include/mod_scmi_clock.h b/module/scmi_clock/include/mod_scmi_clock.h
index 55804dbf..37d475a5 100644
--- a/module/scmi_clock/include/mod_scmi_clock.h
+++ b/module/scmi_clock/include/mod_scmi_clock.h
@@ -69,6 +69,15 @@ struct mod_scmi_clock_device {
* that is defined by the \c clock module.
*/
fwk_id_t element_id;
+
+ /*! \brief Startup clock status flag.
+ *
+ * \details State of the clock at startup. If set, it specifies that
+ * this clock starts running. This flag does not affect the actual
+ * state of the clock, but it provides an indication for the initial
+ * internal state map.
+ */
+ bool starts_enabled;
};
/*!