added patch from Lucian Muresan to make irman driver compile again
(note: nobody said it works ;-)
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
#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 ();
|
||||
MODULE_EXPORT void irmanin_close (Driver *drvthis);
|
||||
MODULE_EXPORT char irmanin_getkey (Driver *drvthis);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user