/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Dumb driver for LiIon batteries using TWL4030 madc. * * Copyright 2013 Golden Delicious Computers * Nikolaus Schaller <[email protected]> */ #ifndef __TWL4030_MADC_BATTERY_H #define __TWL4030_MADC_BATTERY_H /* * Usually we can assume 100% @ 4.15V and 0% @ 3.3V but curves differ for * charging and discharging! */ struct twl4030_madc_bat_calibration { … }; struct twl4030_madc_bat_platform_data { … }; #endif