| Felten, Lothar | f7c2fe3 | 2012-05-12 04:36:38 -0400 | [diff] [blame] | 1 | /* |
| 2 | * Driver for Texas Instruments INA219, INA226 power monitor chips |
| 3 | * |
| Lothar Felten | 3ad8670 | 2018-08-14 09:09:37 +0200 | [diff] [blame] | 4 | * Copyright (C) 2012 Lothar Felten <lothar.felten@gmail.com> |
| Felten, Lothar | f7c2fe3 | 2012-05-12 04:36:38 -0400 | [diff] [blame] | 5 | * |
| 6 | * This program is free software; you can redistribute it and/or modify |
| 7 | * it under the terms of the GNU General Public License version 2 as |
| 8 | * published by the Free Software Foundation. |
| 9 | * |
| Mauro Carvalho Chehab | 7ebd8b66 | 2019-04-17 06:46:29 -0300 | [diff] [blame] | 10 | * For further information, see the Documentation/hwmon/ina2xx.rst file. |
| Felten, Lothar | f7c2fe3 | 2012-05-12 04:36:38 -0400 | [diff] [blame] | 11 | */ |
| 12 | |
| 13 | /** |
| 14 | * struct ina2xx_platform_data - ina2xx info |
| 15 | * @shunt_uohms shunt resistance in microohms |
| 16 | */ |
| 17 | struct ina2xx_platform_data { |
| 18 | long shunt_uohms; |
| 19 | }; |