aboutsummaryrefslogtreecommitdiff
path: root/core/hmi.c
diff options
context:
space:
mode:
authorChristophe Lombard <clombard@linux.vnet.ibm.com>2017-06-13 14:21:19 +0200
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-06-19 14:49:29 +1000
commit43eb0ae6c2d4d05c4802b2de553f14234fe2cddf (patch)
treee79594f16eb43c7dac92824395ed0f7bff057de6 /core/hmi.c
parent20cf0c833bcfd5bc159a891c852f6de9313deffe (diff)
downloadskiboot-43eb0ae6c2d4d05c4802b2de553f14234fe2cddf.zip
skiboot-43eb0ae6c2d4d05c4802b2de553f14234fe2cddf.tar.gz
skiboot-43eb0ae6c2d4d05c4802b2de553f14234fe2cddf.tar.bz2
capi: Move phb3 capp registers to specialized files
The definitions of the CAPP registers for PHB3 are moved in a specific file. The updated file capp.h will be used for the common functionalities about the CAPP for PHB3 and PHB4. Signed-off-by: Christophe Lombard <clombard@linux.vnet.ibm.com> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Reviewed-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/hmi.c')
-rw-r--r--core/hmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hmi.c b/core/hmi.c
index 06d8347..c5c554a 100644
--- a/core/hmi.c
+++ b/core/hmi.c
@@ -19,7 +19,7 @@
#include <processor.h>
#include <chiptod.h>
#include <xscom.h>
-#include <capp.h>
+#include <phb3-capp.h>
#include <pci.h>
#include <cpu.h>
#include <chip.h>