aboutsummaryrefslogtreecommitdiff
path: root/src/include/zenpower.h
blob: a07cbe87c7ba492c40fbf28d6475c1351324ace7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __ZENMONITOR_ZENPOWER_H__
#define __ZENMONITOR_ZENPOWER_H__

#include <glib.h>

gboolean zenpower_init();
GSList* zenpower_get_sensors();
void zenpower_update();
void zenpower_clear_minmax();

#endif /* __ZENMONITOR_ZENPOWER_H__ */