mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
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:
committed by
Anton Vorontsov
parent
8ef1bb5392
commit
9b9ade6b61
@@ -0,0 +1,8 @@
|
||||
#ifndef __LINUX_DS2782_BATTERY_H
|
||||
#define __LINUX_DS2782_BATTERY_H
|
||||
|
||||
struct ds278x_platform_data {
|
||||
int rsns;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user