aboutsummaryrefslogtreecommitdiff
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 0547902..1b4f4c4 100644
--- a/include/chip.h
+++ b/include/chip.h
@@ -157,6 +157,9 @@ struct proc_chip {
/* Used by hw/p8-i2c.c */
struct list_head i2cms;
+
+ /* Used by hw/psi.c */
+ struct psi *psi;
};
extern uint32_t pir_to_chip_id(uint32_t pir);