source:
npl/mediabox/lcdproc_edwin/src/clients/lcdproc/cpu.h
Last change on this file was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 155 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 1 | #ifndef CPU_H |
2 | #define CPU_H | |
3 | ||
4 | ||
5 | int cpu_init(); | |
6 | int cpu_close(); | |
7 | ||
8 | ||
9 | int cpu_screen(int rep, int display); | |
10 | int cpu_graph_screen(int rep, int display); | |
11 | ||
12 | #endif |
Note: See TracBrowser
for help on using the repository browser.