1999-12-09 23:15:14 +00:00
|
|
|
#ifndef LCD_IRMANIN__H
|
|
|
|
|
#define LCD_IRMANIN_H
|
|
|
|
|
|
|
|
|
|
extern lcd_logical_driver *joy;
|
|
|
|
|
|
2002-02-21 22:50:12 +00:00
|
|
|
MODULE_EXPORT int irmanin_init (struct lcd_logical_driver *driver, char *args);
|
|
|
|
|
MODULE_EXPORT void irmanin_close ();
|
|
|
|
|
MODULE_EXPORT char irmanin_getkey ();
|
1999-12-09 23:15:14 +00:00
|
|
|
|
|
|
|
|
#endif
|