summaryrefslogtreecommitdiffstats
path: root/include/chiptod.h
diff options
context:
space:
mode:
authorMahesh Salgaonkar <mahesh@linux.vnet.ibm.com>2018-04-16 23:04:29 +0530
committerStewart Smith <stewart@linux.ibm.com>2018-04-17 03:52:10 -0500
commit6dad43ff4c68b84d86fed4662f8d3c25b1c8eb0a (patch)
treeb4897b3f87d3492083dca499fefcf67e848a395b /include/chiptod.h
parent5362f85e04bd1b03d94711c62c20de3111234f25 (diff)
downloadtalos-skiboot-6dad43ff4c68b84d86fed4662f8d3c25b1c8eb0a.tar.gz
talos-skiboot-6dad43ff4c68b84d86fed4662f8d3c25b1c8eb0a.zip
opal/hmi: Generate hmi event for recovered HDEC parity error.
Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'include/chiptod.h')
-rw-r--r--include/chiptod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/chiptod.h b/include/chiptod.h
index 5860e34d..3717e667 100644
--- a/include/chiptod.h
+++ b/include/chiptod.h
@@ -33,7 +33,7 @@ extern int chiptod_recover_tb_errors(bool *out_resynced);
extern bool tfmr_recover_local_errors(uint64_t tfmr);
extern bool recover_corrupt_tfmr(void);
extern void tfmr_cleanup_core_errors(uint64_t tfmr);
-extern bool tfmr_clear_core_errors(uint64_t tfmr);
+extern int tfmr_clear_core_errors(uint64_t tfmr);
extern void chiptod_reset_tb(void);
extern bool chiptod_adjust_topology(enum chiptod_topology topo, bool enable);
extern bool chiptod_capp_timebase_sync(unsigned int chip_id, uint32_t tfmr_addr,
OpenPOWER on IntegriCloud