source:
npl/mediabox/lcdproc_edwin/src/clients/lcdproc/load.h
Last change on this file was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 209 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 1 | #ifndef LOAD_H |
2 | #define LOAD_H | |
3 | ||
4 | #ifndef LOAD_MAX | |
5 | #define LOAD_MAX 1.3 | |
6 | #endif | |
7 | #ifndef LOAD_MIN | |
8 | #define LOAD_MIN 0.5 | |
9 | #endif | |
10 | ||
11 | ||
12 | ||
13 | int load_init(); | |
14 | int load_close(); | |
15 | ||
16 | int xload_screen(int rep, int display); | |
17 | ||
18 | ||
19 | #endif |
Note: See TracBrowser
for help on using the repository browser.