summaryrefslogtreecommitdiff
path: root/include/common/runtime_svc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common/runtime_svc.h')
-rw-r--r--include/common/runtime_svc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common/runtime_svc.h b/include/common/runtime_svc.h
index 26e8d6f28..0547adf2c 100644
--- a/include/common/runtime_svc.h
+++ b/include/common/runtime_svc.h
@@ -7,6 +7,7 @@
#ifndef RUNTIME_SVC_H
#define RUNTIME_SVC_H
+#include <context.h>
#include <common/bl_common.h> /* to include exception types */
#include <lib/cassert.h>
#include <lib/utils_def.h>
@@ -125,6 +126,8 @@ static inline uint32_t get_unique_oen_from_smc_fid(uint32_t fid)
/*******************************************************************************
* Function & variable prototypes
******************************************************************************/
+void handler_interrupt_exception(cpu_context_t *ctx);
+void handler_sync_exception(cpu_context_t *ctx);
void runtime_svc_init(void);
uintptr_t handle_runtime_svc(uint32_t smc_fid, void *cookie, void *handle,
unsigned int flags);