From 914b46ba52822c63799ebf60ebcc4df200d3371b Mon Sep 17 00:00:00 2001 From: Missy Connell Date: Mon, 30 Jan 2012 10:14:46 -0600 Subject: Scom Translate for EX, MCS, MBA/MBS Change-Id: Iff47274d72c3994923234c998894671db6e833ba Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/632 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/include/usr/scom/scomreasoncodes.H | 48 ++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 src/include/usr/scom/scomreasoncodes.H (limited to 'src/include/usr/scom') diff --git a/src/include/usr/scom/scomreasoncodes.H b/src/include/usr/scom/scomreasoncodes.H new file mode 100644 index 000000000..d2ffa7e79 --- /dev/null +++ b/src/include/usr/scom/scomreasoncodes.H @@ -0,0 +1,48 @@ +// IBM_PROLOG_BEGIN_TAG +// This is an automatically generated prolog. +// +// $Source: src/include/usr/xscom/scomreasoncodes.H $ +// +// IBM CONFIDENTIAL +// +// COPYRIGHT International Business Machines Corp. 2011 +// +// 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 +#ifndef __SCOM_REASONCODES_H +#define __SCOM_REASONCODES_H + +#include + +namespace SCOM +{ + enum scomModuleId + { + SCOM_PERFORM_OP = 0x00, + SCOM_TRANSLATE = 0x01, + SCOM_PERFORM_TRANSLATE = 0x02, + SCOM_FIND_PARENT_TARGET = 0x03, + + }; + + enum scomReasonCode + { + SCOM_INVALID_ADDR = SCOM_COMP_ID | 0x01, + SCOM_NO_MATCHING_PARENT = SCOM_COMP_ID | 0x02, + SCOM_TRANS_INVALID_TYPE = SCOM_COMP_ID | 0x03, + SCOM_TRANS_UNSUPPORTED = SCOM_COMP_ID | 0x04, + }; +}; + +#endif -- cgit v1.2.3