summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/htmgt_poll.H
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2015-01-26 14:41:54 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-28 05:49:51 -0600
commit29581aca6a1ed02d3374e5688e5f32fcb6f104bc (patch)
tree11f3ef76e83a0e18b313e2aa67b45292190e4b2a /src/usr/htmgt/htmgt_poll.H
parent9ca7f528d22e488c53d2dfbad32423806b47ddb0 (diff)
downloadtalos-hostboot-29581aca6a1ed02d3374e5688e5f32fcb6f104bc.tar.gz
talos-hostboot-29581aca6a1ed02d3374e5688e5f32fcb6f104bc.zip
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 <cjcain@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt/htmgt_poll.H')
-rw-r--r--src/usr/htmgt/htmgt_poll.H16
1 files changed, 1 insertions, 15 deletions
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
OpenPOWER on IntegriCloud