From 29581aca6a1ed02d3374e5688e5f32fcb6f104bc Mon Sep 17 00:00:00 2001 From: Doug Gilbert Date: Mon, 26 Jan 2015 14:41:54 -0600 Subject: HTMGT: Implement OCC Reset Change-Id: Icb713497d662d1ab55718409675bf4b23ac2c3ec RTC: 121721 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15530 Tested-by: Jenkins Server Reviewed-by: Christopher Cain Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/usr/htmgt/htmgt_poll.H | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'src/usr/htmgt/htmgt_poll.H') diff --git a/src/usr/htmgt/htmgt_poll.H b/src/usr/htmgt/htmgt_poll.H index 631a1d365..faf133028 100644 --- a/src/usr/htmgt/htmgt_poll.H +++ b/src/usr/htmgt/htmgt_poll.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2014 */ +/* Contributors Listed Below - COPYRIGHT 2014,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -69,19 +69,5 @@ namespace HTMGT const uint32_t HTMGT_OCC_POLL_DATA_SIZE = sizeof(occPollRspStruct_t); - /** - * @brief Send a poll command to each OCC - * - * @param[in] i_flushAllErrors If set to true, TMGT will send poll cmds - * to each OCC as long as that OCC continues - * to report errors. If false, only one - * poll will be send to each OCC. - * - * @return NULL on success, else error handle - */ - errlHndl_t sendOccPoll(const bool i_flushAllErrors = false); - - - } // end namespace #endif -- cgit v1.2.1