aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/max98927/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/max98927/chip.h')
-rw-r--r--src/drivers/i2c/max98927/chip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/i2c/max98927/chip.h b/src/drivers/i2c/max98927/chip.h
index c7101bc01f..765bafdae8 100644
--- a/src/drivers/i2c/max98927/chip.h
+++ b/src/drivers/i2c/max98927/chip.h
@@ -27,4 +27,8 @@ struct drivers_i2c_max98927_config {
const char *desc;
/* ACPI Device Name */
const char *name;
+ /* slot number where voltage feedback will be received */
+ unsigned int vmon_slot_no;
+ /* slot number where current feedback will be received */
+ unsigned int imon_slot_no;
};