summary refs log blame commit diff stats
path: root/plugins/sysinfo/hwmon.h
blob: fe71274b077dc931b16331ea9bf33563b38687d1 (plain) (tree)
generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-03-25 10:22:43 +0000
* GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef _HWMON_H_ #define _HWMON_H_ int hwmon_chip_present(); void get_hwmon_chip_name(char *name); void get_hwmon_temp(unsigned int *value, unsigned int *sensor); #endif