aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/remoteproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/remoteproc.h')
-rw-r--r--include/linux/remoteproc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h
index eea3ac86b2b7..131b53957b9f 100644
--- a/include/linux/remoteproc.h
+++ b/include/linux/remoteproc.h
@@ -369,6 +369,7 @@ enum rproc_state {
369 * @priv: private data which belongs to the platform-specific rproc module 369 * @priv: private data which belongs to the platform-specific rproc module
370 * @ops: platform-specific start/stop rproc handlers 370 * @ops: platform-specific start/stop rproc handlers
371 * @dev: virtual device for refcounting and common remoteproc behavior 371 * @dev: virtual device for refcounting and common remoteproc behavior
372 * @fw_ops: firmware-specific handlers
372 * @power: refcount of users who need this rproc powered up 373 * @power: refcount of users who need this rproc powered up
373 * @state: state of the device 374 * @state: state of the device
374 * @lock: lock which protects concurrent manipulations of the rproc 375 * @lock: lock which protects concurrent manipulations of the rproc
@@ -391,6 +392,7 @@ struct rproc {
391 void *priv; 392 void *priv;
392 const struct rproc_ops *ops; 393 const struct rproc_ops *ops;
393 struct device dev; 394 struct device dev;
395 const struct rproc_fw_ops *fw_ops;
394 atomic_t power; 396 atomic_t power;
395 unsigned int state; 397 unsigned int state;
396 struct mutex lock; 398 struct mutex lock;