M7350/kernel/include/linux/ds2782_battery.h

9 lines
119 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifndef __LINUX_DS2782_BATTERY_H
#define __LINUX_DS2782_BATTERY_H
struct ds278x_platform_data {
int rsns;
};
#endif