summaryrefslogtreecommitdiffstats
path: root/src/occ_405/cmdh/cmdh_fsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/cmdh/cmdh_fsp.h')
-rwxr-xr-xsrc/occ_405/cmdh/cmdh_fsp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/occ_405/cmdh/cmdh_fsp.h b/src/occ_405/cmdh/cmdh_fsp.h
index 49d7fc9..14da318 100755
--- a/src/occ_405/cmdh/cmdh_fsp.h
+++ b/src/occ_405/cmdh/cmdh_fsp.h
@@ -151,6 +151,8 @@ typedef enum
ERRL_RC_OCB_TIMER = 0xE3,
// Halting due to unmasked OCCLFIR bit being set (see OISR0 bit 2)
ERRL_RC_OCC_HW_ERROR = 0xE4,
+ // Halting due to failure during init
+ ERRL_RC_OCC_INIT_FAILURE = 0xE5,
// The command is being processed by OCC
ERRL_RC_CMD_IN_PROGRESS = 0xFF,
} ERRL_RC;
@@ -316,7 +318,7 @@ int cmdh_thread_wait_for_wakeup(void);
errlHndl_t cmdh_fsp_cmd_hndler(void);
-errlHndl_t cmdh_fsp_init(void);
+void cmdh_comm_init(void);
void cmdh_build_errl_rsp(const cmdh_fsp_cmd_t * i_cmd_ptr,
cmdh_fsp_rsp_t * o_rsp_ptr,
OpenPOWER on IntegriCloud