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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h
index 47e7fc8..685a042 100644
--- a/include/linux/remoteproc.h
+++ b/include/linux/remoteproc.h
@@ -201,6 +201,10 @@ enum rproc_state {
* POS_SUSPEND event.
*
* @RPROC_SECURE: remote processor secure mode has changed.
+ *
+ * @RPROC_LOAD_ERROR: an error has occurred during loading the remote processor
+ * binary. users can use this event to release any resources
+ * acquired after a request to start the processor.
*/
enum rproc_event {
RPROC_ERROR,
@@ -208,6 +212,7 @@ enum rproc_event {
RPROC_POS_SUSPEND,
RPROC_RESUME,
RPROC_SECURE,
+ RPROC_LOAD_ERROR,
};
#define RPROC_MAX_NAME 100