From 631a2ca83941e741f6464a553c84a5620b202773 Mon Sep 17 00:00:00 2001 From: Mike Jones Date: Mon, 20 Jan 2014 15:09:17 -0600 Subject: 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 Reviewed-by: Donald E. Dahle Reviewed-by: A. Patrick Williams III --- src/include/usr/hwpf/fapi/fapiReturnCodes.H | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/include/usr/hwpf/fapi/fapiReturnCodes.H') 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) -- cgit v1.2.1