summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/ina2xx.h
blob: 2aa5ee9a90507e8233bde3cb9be257dda23cd52c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Driver for Texas Instruments INA219, INA226 power monitor chips
 *
 * Copyright (C) 2012 Lothar Felten <lothar.felten@gmail.com>
 *
 * For further information, see the Documentation/hwmon/ina2xx.rst file.
 */

/**
 * struct ina2xx_platform_data - ina2xx info
 * @shunt_uohms		shunt resistance in microohms
 */
struct ina2xx_platform_data {
	long shunt_uohms;
};