aboutsummaryrefslogtreecommitdiff
path: root/include/fsp-elog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fsp-elog.h')
-rw-r--r--include/fsp-elog.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/fsp-elog.h b/include/fsp-elog.h
index 864a590..a3217b7 100644
--- a/include/fsp-elog.h
+++ b/include/fsp-elog.h
@@ -361,6 +361,13 @@ int opal_elog_update_user_dump(struct opal_errorlog *buf, unsigned char *data,
int elog_fsp_commit(struct opal_errorlog *buf);
+bool opal_elog_info(uint64_t *opal_elog_id, uint64_t *opal_elog_size);
+
+bool opal_elog_read(uint64_t *buffer, uint64_t opal_elog_size,
+ uint64_t opal_elog_id);
+
+bool opal_elog_ack(uint64_t ack_id);
+
/* This is wrapper around the error log function, which creates
* and commits the error to FSP.
* Used for simple error logging