summaryrefslogtreecommitdiff
path: root/drivers/firmware/imx/ele_mu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firmware/imx/ele_mu.h')
-rw-r--r--drivers/firmware/imx/ele_mu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/firmware/imx/ele_mu.h b/drivers/firmware/imx/ele_mu.h
index 6584142a4c38..fded52d1d3d9 100644
--- a/drivers/firmware/imx/ele_mu.h
+++ b/drivers/firmware/imx/ele_mu.h
@@ -135,6 +135,12 @@ struct ele_mu_priv {
struct ele_api_msg tx_msg, rx_msg;
struct completion done;
spinlock_t lock;
+ /* Flag to retain the state of initialization done at
+ * the time of ele-mu probe.
+ */
+ int flags;
+ int max_dev_ctx;
+ struct ele_mu_device_ctx **ctxs;
};
int get_ele_mu_priv(struct ele_mu_priv **export);