aboutsummaryrefslogtreecommitdiff
path: root/include/fsp-elog.h
diff options
context:
space:
mode:
authorDeepthi Dharwar <deepthi@linux.vnet.ibm.com>2014-07-24 12:02:27 +0530
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-25 14:10:52 +1000
commit97faf5b43a139228c75ae92a5e833cb93c7d88d6 (patch)
treeeab784151c72c8bb9e051d6823c5711098d57b55 /include/fsp-elog.h
parent566cb50023f37ad6f5dff778807ca891fc4409eb (diff)
downloadskiboot-97faf5b43a139228c75ae92a5e833cb93c7d88d6.zip
skiboot-97faf5b43a139228c75ae92a5e833cb93c7d88d6.tar.gz
skiboot-97faf5b43a139228c75ae92a5e833cb93c7d88d6.tar.bz2
elog: Support for re-sending Sapphire pending logs.
This patch adds support to re-send Sapphire logs to the host. Signed-off-by: Deepthi Dharwar <deepthi@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'include/fsp-elog.h')
-rw-r--r--include/fsp-elog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fsp-elog.h b/include/fsp-elog.h
index a3217b7..2027204 100644
--- a/include/fsp-elog.h
+++ b/include/fsp-elog.h
@@ -368,6 +368,8 @@ bool opal_elog_read(uint64_t *buffer, uint64_t opal_elog_size,
bool opal_elog_ack(uint64_t ack_id);
+void opal_resend_pending_logs(void);
+
/* This is wrapper around the error log function, which creates
* and commits the error to FSP.
* Used for simple error logging