summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/attn/test/attntest.H
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2012-07-10 21:25:03 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-08-15 12:44:44 -0500
commit122f4ba48151f29cfb8be1d411509a219bd1df12 (patch)
tree319aac016f0f4dba5b8e9f8624aea755c16e24c6 /src/usr/diag/attn/test/attntest.H
parent63227ec1b2670c6e2eec5936607e8cd5f485933d (diff)
downloadtalos-hostboot-122f4ba48151f29cfb8be1d411509a219bd1df12.tar.gz
talos-hostboot-122f4ba48151f29cfb8be1d411509a219bd1df12.zip
Attention handler fake interrupt presenter.
A fake presenter for unit testing. RTC: 41428 Change-Id: I03f90cc00ee368fb8bde24e47da6fc4a4db130cf Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1355 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/attn/test/attntest.H')
-rw-r--r--src/usr/diag/attn/test/attntest.H47
1 files changed, 25 insertions, 22 deletions
diff --git a/src/usr/diag/attn/test/attntest.H b/src/usr/diag/attn/test/attntest.H
index 96b0f3749..b8d036d16 100644
--- a/src/usr/diag/attn/test/attntest.H
+++ b/src/usr/diag/attn/test/attntest.H
@@ -1,25 +1,26 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/usr/diag/attn/test/attntest.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/usr/diag/attn/test/attntest.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_TAG
+ */
#ifndef __TEST_ATTNTEST_H
#define __TEST_ATTNTEST_H
@@ -34,6 +35,8 @@
namespace ATTN
{
+class FakePresenter;
+
/**
* @brief randint Generate random integer between bounds.
*
OpenPOWER on IntegriCloud