OSDN Git Service

Merge tag 'mfd-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[uclinux-h8/linux.git] / include / linux / mfd / axp20x.h
index 95568eb..02f97dc 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 */