summaryrefslogtreecommitdiffstats
path: root/include/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/chip.h')
-rw-r--r--include/chip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/chip.h b/include/chip.h
index 6d227ddc..566edc55 100644
--- a/include/chip.h
+++ b/include/chip.h
@@ -112,6 +112,7 @@ struct centaur_chip;
struct mfsi;
struct xive;
struct lpcm;
+struct vas;
/* Chip type */
enum proc_chip_type {
@@ -212,6 +213,8 @@ struct proc_chip {
/* Used by hw/xive.c */
struct xive *xive;
+
+ struct vas *vas;
};
extern uint32_t pir_to_chip_id(uint32_t pir);
OpenPOWER on IntegriCloud