Files
lcdproc/clients/lcdproc/cpu.h
T
2006-02-18 19:50:50 +00:00

8 lines
153 B
C

#ifndef CPU_H
#define CPU_H
int cpu_screen (int rep, int display, int *flags_ptr);
int cpu_graph_screen (int rep, int display, int *flags_ptr);
#endif