summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/htmgt_poll.H
diff options
context:
space:
mode:
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