summaryrefslogtreecommitdiffstats
path: root/src/include/usr/diag
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2012-08-31 20:25:17 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-09-10 16:12:57 -0500
commit7cef6fcc64e40f3abddda4bdeecad8396929f4dc (patch)
tree081e35c5c9ed7122934c1f703753c4406f929dad /src/include/usr/diag
parent4f234f1bb43d2be3b84e71504474f97fedbb1826 (diff)
downloadtalos-hostboot-7cef6fcc64e40f3abddda4bdeecad8396929f4dc.tar.gz
talos-hostboot-7cef6fcc64e40f3abddda4bdeecad8396929f4dc.zip
Add "MDIA mode" interface stub.
Change-Id: I864630bd63323acba39ef316edee085893d59c00 RTC: 45395 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1659 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/diag')
-rw-r--r--src/include/usr/diag/mdia/mdia.H55
1 files changed, 33 insertions, 22 deletions
diff --git a/src/include/usr/diag/mdia/mdia.H b/src/include/usr/diag/mdia/mdia.H
index 691a37d04..cb924c973 100644
--- a/src/include/usr/diag/mdia/mdia.H
+++ b/src/include/usr/diag/mdia/mdia.H
@@ -1,25 +1,25 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/include/usr/diag/mdia/mdia.H $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2012
-//
-// p1
-//
-// Object Code Only (OCO) source materials
-// Licensed Internal Code Source Materials
-// IBM HostBoot Licensed Internal Code
-//
-// The source code for this program is not published or other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/usr/diag/mdia/mdia.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2012 */
+/* */
+/* p1 */
+/* */
+/* Object Code Only (OCO) source materials */
+/* Licensed Internal Code Source Materials */
+/* IBM HostBoot Licensed Internal Code */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
#ifndef __MDIA_MDIA_H
#define __MDIA_MDIA_H
@@ -79,6 +79,17 @@ enum MaintCommandEventType
errlHndl_t runStep(const TARGETING::TargetHandleList & i_targetList);
/**
+ * @brief waitingForMaintCmdEvents
+ *
+ * Provides an indicator of whether or not memory
+ * diagnostics is running and waiting for
+ * calls to the processEvent function.
+ *
+ * @param[out] o_waiting indicator.
+ */
+void waitingForMaintCmdEvents(bool & o_waiting);
+
+/**
* @brief processEvent prd callback
*
* called by prd to inform memory diagnostics of attention
OpenPOWER on IntegriCloud