summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Peschke <mpeschke@de.ibm.com>2016-07-06 00:47:22 +0200
committerSachin Gupta <sgupta2m@in.ibm.com>2016-09-26 13:33:51 -0400
commit5b6a10a0b4d63bbd98dbea4404a6665464efc747 (patch)
tree847c531515635f105e8ae0c7f79c2027b06aee3b
parent5a2a49152733f6a803e2389e190fc3fb0ee11c9d (diff)
downloadtalos-sbe-5b6a10a0b4d63bbd98dbea4404a6665464efc747.tar.gz
talos-sbe-5b6a10a0b4d63bbd98dbea4404a6665464efc747.zip
p9_infrastruct_help: fix missing inlude
Use of FAPI macros requires the corresponding fapi header file. Change-Id: I21e1cff98066411d88cbbcc0e292a131978cfdf6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26663 Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30306 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H b/src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H
index 6dff3b40..704dc9db 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H
+++ b/src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H
@@ -43,6 +43,7 @@ const uint32_t FIXED_RING_BUF_SIZE =
#define CHIPLET_ID_MAX (uint8_t)0x37
#if defined(__FAPI)
+ #include <fapi2.H>
#define MY_INF(_fmt_, _args_...) FAPI_INF(_fmt_, ##_args_)
#define MY_ERR(_fmt_, _args_...) FAPI_INF(_fmt_, ##_args_)
#define MY_DBG(_fmt_, _args_...) FAPI_DBG(_fmt_, ##_args_)
OpenPOWER on IntegriCloud