]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - include/linux/platform_data/ina2xx.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[mirror_ubuntu-jammy-kernel.git] / include / linux / platform_data / ina2xx.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
f7c2fe38
FL
2/*
3 * Driver for Texas Instruments INA219, INA226 power monitor chips
4 *
3ad86700 5 * Copyright (C) 2012 Lothar Felten <lothar.felten@gmail.com>
f7c2fe38 6 *
7ebd8b66 7 * For further information, see the Documentation/hwmon/ina2xx.rst file.
f7c2fe38
FL
8 */
9
10/**
11 * struct ina2xx_platform_data - ina2xx info
12 * @shunt_uohms shunt resistance in microohms
13 */
14struct ina2xx_platform_data {
15 long shunt_uohms;
16};