aboutsummaryrefslogtreecommitdiff
path: root/include/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/chip.h')
-rw-r--r--include/chip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/chip.h b/include/chip.h
index d6e7e35..5231d17 100644
--- a/include/chip.h
+++ b/include/chip.h
@@ -114,6 +114,7 @@ struct xive;
struct lpcm;
struct vas;
struct p9_sbe;
+struct p9_dio;
/* Chip type */
enum proc_chip_type {
@@ -224,6 +225,9 @@ struct proc_chip {
/* Used by hw/sbe-p9.c */
struct p9_sbe *sbe;
+
+ /* Used by hw/dio-p9.c */
+ struct p9_dio *dio;
};
extern uint32_t pir_to_chip_id(uint32_t pir);