summary refs log tree commit diff stats
path: root/plugins/dns/dns.def
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-06-06 19:16:50 -0400
committerTingPing <tingping@tingping.se>2013-06-06 19:16:50 -0400
commit0e420fbee80ec3c6aa4f73915d832cf22b121e73 (patch)
tree44fef9d0b32083a1e372674a70470b6f46a6269f /plugins/dns/dns.def
parentcf505b850bb02e7b691fbd5f48618d66fe55bc0a (diff)
Save chanopt after any changes
Diffstat (limited to 'plugins/dns/dns.def')
0 files changed, 0 insertions, 0 deletions










                                                               
/*
 * hwmon.h - Hardware monitoring header for X-Sys
 * Copyright (C) 2005 Tony Vroon
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * 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