summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf/fapi/fapiReturnCodes.H
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2014-01-20 15:09:17 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-01-23 21:05:59 -0600
commit631a2ca83941e741f6464a553c84a5620b202773 (patch)
tree0842d00710df2bf9aaa70c1c52a6573643c3baf0 /src/include/usr/hwpf/fapi/fapiReturnCodes.H
parentc51b20fa2a835b36de840dd1b3158b382c98fd5e (diff)
downloadtalos-hostboot-631a2ca83941e741f6464a553c84a5620b202773.tar.gz
talos-hostboot-631a2ca83941e741f6464a553c84a5620b202773.zip
Refresh FAPI files from eKB to get cvs change tags
Change-Id: I7852c503d0f6497f591581d272434b32eb88d285 RTC: 95764 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8163 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf/fapi/fapiReturnCodes.H')
-rw-r--r--src/include/usr/hwpf/fapi/fapiReturnCodes.H8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/usr/hwpf/fapi/fapiReturnCodes.H b/src/include/usr/hwpf/fapi/fapiReturnCodes.H
index 2539bbd2d..d88ce3766 100644
--- a/src/include/usr/hwpf/fapi/fapiReturnCodes.H
+++ b/src/include/usr/hwpf/fapi/fapiReturnCodes.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2012 */
+/* COPYRIGHT International Business Machines Corp. 2011,2014 */
/* */
/* p1 */
/* */
@@ -20,6 +20,9 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
+// $Id: fapiReturnCodes.H,v 1.13 2013/10/15 13:13:40 dcrowell Exp $
+// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/hwpf/working/fapi/fapiReturnCodes.H,v $
+
/**
* @file fapiReturnCodes.H
*
@@ -83,6 +86,9 @@ enum ReturnCodes
// HWP attempted to create an unrecognized SBE error
FAPI_RC_UNRECOGNIZED_SBE_ERROR = FAPI_RC_FAPI_MASK | 0x03,
+ // Invalid parameters passed to a FAPI interface
+ FAPI_RC_INVALID_PARAM = FAPI_RC_FAPI_MASK | 0x04,
+
//--------------------------------------------------------------------------
// PLAT generated return codes. Additional details may be contained in
// ReturnCode platData (this can only be looked at by PLAT code)
OpenPOWER on IntegriCloud