aboutsummaryrefslogtreecommitdiff
path: root/hw/occ.c
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2019-05-13 15:21:36 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-05-15 15:43:19 +1000
commit7382324e9c410f15250bf109bb7d5449c2a74b82 (patch)
tree870ffcc8a14119530eaae2b94b39d766980fa8ec /hw/occ.c
parent5beda3c6fe5b72aac95b4c13746ae598dfd64c01 (diff)
downloadskiboot-7382324e9c410f15250bf109bb7d5449c2a74b82.zip
skiboot-7382324e9c410f15250bf109bb7d5449c2a74b82.tar.gz
skiboot-7382324e9c410f15250bf109bb7d5449c2a74b82.tar.bz2
xscom: move more register definitions into processor-specific includes
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'hw/occ.c')
-rw-r--r--hw/occ.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/occ.c b/hw/occ.c
index 5dc05d3..60e176c 100644
--- a/hw/occ.c
+++ b/hw/occ.c
@@ -16,6 +16,7 @@
#include <skiboot.h>
#include <xscom.h>
+#include <xscom-p8-regs.h>
#include <io.h>
#include <cpu.h>
#include <chip.h>