source:
npl/mediabox/lcdproc_edwin/src/server/drivers/irmanin.h
Last change on this file was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 199 bytes |
Line | |
---|---|
1 | #ifndef LCD_IRMANIN__H |
2 | #define LCD_IRMANIN_H |
3 | |
4 | |
5 | extern lcd_logical_driver *joy; |
6 | |
7 | int irmanin_init(struct lcd_logical_driver *driver, char *args); |
8 | void irmanin_close(); |
9 | char irmanin_getkey(); |
10 | |
11 | |
12 | #endif |
Note: See TracBrowser
for help on using the repository browser.