ds2782_battery: Add support for ds2786 battery gas gauge

Signed-off-by: Yulia Vilensky <vilensky@compulab.co.il>
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
This commit is contained in:
Yulia Vilensky
2010-04-26 14:05:25 +03:00
committed by Anton Vorontsov
parent 8ef1bb5392
commit 9b9ade6b61
3 changed files with 146 additions and 50 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef __LINUX_DS2782_BATTERY_H
#define __LINUX_DS2782_BATTERY_H
struct ds278x_platform_data {
int rsns;
};
#endif