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