Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Driver for Texas Instruments INA219, INA226 power monitor chips
0004  *
0005  * Copyright (C) 2012 Lothar Felten <lothar.felten@gmail.com>
0006  *
0007  * For further information, see the Documentation/hwmon/ina2xx.rst file.
0008  */
0009 
0010 /**
0011  * struct ina2xx_platform_data - ina2xx info
0012  * @shunt_uohms     shunt resistance in microohms
0013  */
0014 struct ina2xx_platform_data {
0015     long shunt_uohms;
0016 };