aboutsummaryrefslogtreecommitdiff
path: root/include/opal.h
diff options
context:
space:
mode:
authorMahesh Salgaonkar <mahesh@linux.vnet.ibm.com>2014-07-25 00:11:44 +0530
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-25 14:10:52 +1000
commite02dd7f7d86f54273a512a4546c716ce659a38c8 (patch)
treea91f8ec4c12eceee44a9a55080313bda273cf15b /include/opal.h
parent1096aa250f0043df478e3d182018ff2218e89a4b (diff)
downloadskiboot-e02dd7f7d86f54273a512a4546c716ce659a38c8.zip
skiboot-e02dd7f7d86f54273a512a4546c716ce659a38c8.tar.gz
skiboot-e02dd7f7d86f54273a512a4546c716ce659a38c8.tar.bz2
opal: Move HMI handler to new file core/hmi.c
Move the original hmi handler to new file core/hmi.c. No functionality change, just a code movement and variable name change. Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'include/opal.h')
-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 */