Merge tag 'mfd-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[firefly-linux-kernel-4.4.55.git] / include / linux / mfd / axp20x.h
index 95568eb798c36cceb9b70795d07892b67fae3f07..02f97dc568aca0047f22494dd8814dd12d759595 100644 (file)
@@ -361,4 +361,11 @@ struct axp20x_fg_pdata {
        int thermistor_curve[MAX_THERM_CURVE_SIZE][2];
 };
 
+struct axp20x_chrg_pdata {
+       int max_cc;
+       int max_cv;
+       int def_cc;
+       int def_cv;
+};
+
 #endif /* __LINUX_MFD_AXP20X_H */