printf: Remove unused 'bprintf'
[drm/drm-misc.git] / include / linux / platform_data / ina2xx.h
blob2aa5ee9a90507e8233bde3cb9be257dda23cd52c
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Driver for Texas Instruments INA219, INA226 power monitor chips
5 * Copyright (C) 2012 Lothar Felten <lothar.felten@gmail.com>
7 * For further information, see the Documentation/hwmon/ina2xx.rst file.
8 */
10 /**
11 * struct ina2xx_platform_data - ina2xx info
12 * @shunt_uohms shunt resistance in microohms
14 struct ina2xx_platform_data {
15 long shunt_uohms;