(get rid of those pseudo options named 'Arguments' in the config file) - replace printf / printf calls by debug / report calls in some drivers - sort and extend LCDd.conf
11 lines
224 B
C
11 lines
224 B
C
#ifndef LCD_IRMANIN__H
|
|
#define LCD_IRMANIN_H
|
|
|
|
extern lcd_logical_driver *joy;
|
|
|
|
MODULE_EXPORT int irmanin_init (Driver *drvthis, char *args);
|
|
MODULE_EXPORT void irmanin_close ();
|
|
MODULE_EXPORT char irmanin_getkey ();
|
|
|
|
#endif
|