From 6dad43ff4c68b84d86fed4662f8d3c25b1c8eb0a Mon Sep 17 00:00:00 2001 From: Mahesh Salgaonkar Date: Mon, 16 Apr 2018 23:04:29 +0530 Subject: opal/hmi: Generate hmi event for recovered HDEC parity error. Signed-off-by: Mahesh Salgaonkar Signed-off-by: Stewart Smith --- include/chiptod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/chiptod.h') 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, -- cgit v1.2.1