diff options
author | Santosh Puranik <santosh.puranik@in.ibm.com> | 2016-09-14 05:21:51 -0500 |
---|---|---|
committer | Santosh S. Puranik <santosh.puranik@in.ibm.com> | 2016-09-16 05:40:18 -0400 |
commit | c731ca00c7494aa48c8eed36179561c36d19220c (patch) | |
tree | 96a882c2393d270dcc222cd895eef33e0822f454 /src/import/hwpf/fapi2/include/ffdc.H | |
parent | 644e0c111724481bc5fc42d1dddfd17ec4759b8f (diff) | |
download | talos-sbe-c731ca00c7494aa48c8eed36179561c36d19220c.tar.gz talos-sbe-c731ca00c7494aa48c8eed36179561c36d19220c.zip |
Some updates to FAPI files
-- Updates to FAPI headers to get them compiling
directly from the mirror in PPE repo.
Change-Id: Ia64179ff04c550ec0ef1c4ec56018cf199340ecf
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29637
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29639
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/include/ffdc.H')
-rw-r--r-- | src/import/hwpf/fapi2/include/ffdc.H | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/ffdc.H b/src/import/hwpf/fapi2/include/ffdc.H index 82483d54..6fa2e092 100644 --- a/src/import/hwpf/fapi2/include/ffdc.H +++ b/src/import/hwpf/fapi2/include/ffdc.H @@ -1,7 +1,7 @@ /* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ -/* $Source: import/hwpf/fapi2/include/ffdc.H $ */ +/* $Source: src/import/hwpf/fapi2/include/ffdc.H $ */ /* */ /* OpenPOWER sbe Project */ /* */ @@ -30,6 +30,8 @@ #ifndef FAPI2_FFDC_H_ #define FAPI2_FFDC_H_ +#if !defined (FAPI2_NO_FFDC) && !defined (MINIMUM_FFDC) + #include <memory> #include <hwp_return_codes.H> #include <return_code_defs.H> @@ -235,4 +237,5 @@ class FirstFailureData }; } +#endif // !defined (FAPI2_NO_FFDC) && !defined (MINIMUM_FFDC) #endif // FAPI2_FFDC_H_ |