diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/i2c/pmbus.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/i2c/pmbus.h b/include/linux/i2c/pmbus.h index 69280db02c41..ee3c2aba2a8e 100644 --- a/include/linux/i2c/pmbus.h +++ b/include/linux/i2c/pmbus.h | |||
| @@ -40,6 +40,10 @@ | |||
| 40 | 40 | ||
| 41 | struct pmbus_platform_data { | 41 | struct pmbus_platform_data { |
| 42 | u32 flags; /* Device specific flags */ | 42 | u32 flags; /* Device specific flags */ |
| 43 | |||
| 44 | /* regulator support */ | ||
| 45 | int num_regulators; | ||
| 46 | struct regulator_init_data *reg_init_data; | ||
| 43 | }; | 47 | }; |
| 44 | 48 | ||
| 45 | #endif /* _PMBUS_H_ */ | 49 | #endif /* _PMBUS_H_ */ |
