aboutsummaryrefslogtreecommitdiffstats
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 e0baae1659c2..ed33b09ff0ce 100644
--- a/include/linux/remoteproc.h
+++ b/include/linux/remoteproc.h
@@ -476,6 +476,7 @@ struct rproc_dump_segment {
476 * @index: index of this rproc device 476 * @index: index of this rproc device
477 * @crash_handler: workqueue for handling a crash 477 * @crash_handler: workqueue for handling a crash
478 * @crash_cnt: crash counter 478 * @crash_cnt: crash counter
479 * @crash_comp: completion used to sync crash handler and the rproc reload
479 * @recovery_disabled: flag that state if recovery was disabled 480 * @recovery_disabled: flag that state if recovery was disabled
480 * @max_notifyid: largest allocated notify id. 481 * @max_notifyid: largest allocated notify id.
481 * @table_ptr: pointer to the resource table in effect 482 * @table_ptr: pointer to the resource table in effect
@@ -511,6 +512,7 @@ struct rproc {
511 int index; 512 int index;
512 struct work_struct crash_handler; 513 struct work_struct crash_handler;
513 unsigned int crash_cnt; 514 unsigned int crash_cnt;
515 struct completion crash_comp;
514 bool recovery_disabled; 516 bool recovery_disabled;
515 int max_notifyid; 517 int max_notifyid;
516 struct resource_table *table_ptr; 518 struct resource_table *table_ptr;