summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/attn/common/attnproc.H
diff options
context:
space:
mode:
authorBrian Stegmiller <bjs@us.ibm.com>2017-09-27 16:09:22 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2017-10-11 17:16:46 -0400
commit6be06fc2818d424dc2de77592700e31e71d00bff (patch)
tree31bfa1397966c8788f5b8cbc9c7ed059180e9430 /src/usr/diag/attn/common/attnproc.H
parent207b8e472e59158c37235f10e0aa0db230972691 (diff)
downloadtalos-hostboot-6be06fc2818d424dc2de77592700e31e71d00bff.tar.gz
talos-hostboot-6be06fc2818d424dc2de77592700e31e71d00bff.zip
ATTN: Support memory attentions for Cumulus
Change-Id: I98391edb0f0e223cf8f4d217199217433e86033a RTC: 150944 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46864 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Diffstat (limited to 'src/usr/diag/attn/common/attnproc.H')
-rw-r--r--src/usr/diag/attn/common/attnproc.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/diag/attn/common/attnproc.H b/src/usr/diag/attn/common/attnproc.H
index c5ad171a3..ac77337a1 100644
--- a/src/usr/diag/attn/common/attnproc.H
+++ b/src/usr/diag/attn/common/attnproc.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014 */
+/* Contributors Listed Below - COPYRIGHT 2014,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -79,7 +79,7 @@ class ProcOps : public AttentionOps
* @retval[0] No error.
* @retval[!0] Unexpected error occurred.
*/
- errlHndl_t query(const PRDF::AttnData & i_data, bool & o_active);
+ errlHndl_t query(PRDF::AttnData & i_data, bool & o_active);
/**
* @brief resolveIpoll Find attentions of the supplied type on the
OpenPOWER on IntegriCloud