aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/opal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/opal.h b/include/opal.h
index 5c03057..22f6a9f 100644
--- a/include/opal.h
+++ b/include/opal.h
@@ -828,5 +828,10 @@ extern void opal_run_pollers(void);
extern void opal_add_host_sync_notifier(bool (*notify)(void *data), void *data);
extern void opal_del_host_sync_notifier(bool (*notify)(void *data));
+/*
+ * Opal internal function prototype
+ */
+extern int handle_hmi_exception(uint64_t hmer);
+
#endif /* __ASSEMBLY__ */
#endif /* __OPAL_H */