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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/lib/el3_runtime/context_mgmt.h b/include/lib/el3_runtime/context_mgmt.h
index b264fc32..676973ce 100644
--- a/include/lib/el3_runtime/context_mgmt.h
+++ b/include/lib/el3_runtime/context_mgmt.h
@@ -103,5 +103,9 @@ static inline void cm_set_next_context(void *context)
"msr spsel, #0\n"
: : "r" (context));
}
+
+#else
+void *cm_get_next_context(void);
#endif /* AARCH32 */
+
#endif /* __CM_H__ */