Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / include / linux / ds2782_battery.h
blobfb6c97e10956253e75de3aa3ff866f624069d318
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_DS2782_BATTERY_H
3 #define __LINUX_DS2782_BATTERY_H
5 struct ds278x_platform_data {
6 int rsns;
7 };
9 #endif