File Manager

Current Path : /usr/lib/modules/5.15.0-91-generic/build/include/linux/platform_data/
Upload File :
Current File : //usr/lib/modules/5.15.0-91-generic/build/include/linux/platform_data/ina2xx.h

/* 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;
};

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com