summaryrefslogtreecommitdiff
path: root/include/lib/el3_runtime/context_mgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib/el3_runtime/context_mgmt.h')
-rw-r--r--include/lib/el3_runtime/context_mgmt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lib/el3_runtime/context_mgmt.h b/include/lib/el3_runtime/context_mgmt.h
index 94798691..eb7a9534 100644
--- a/include/lib/el3_runtime/context_mgmt.h
+++ b/include/lib/el3_runtime/context_mgmt.h
@@ -86,6 +86,7 @@ static inline void cm_set_next_context(void *context)
#else
void *cm_get_next_context(void);
+void cm_set_next_context(void *context);
#endif /* AARCH32 */
#endif /* __CM_H__ */