Files
lcdproc/server/drivers/irmanin.h
T

11 lines
224 B
C
Raw Normal View History

1999-12-09 23:15:14 +00:00
#ifndef LCD_IRMANIN__H
#define LCD_IRMANIN_H
extern lcd_logical_driver *joy;
2005-01-29 18:49:29 +00:00
MODULE_EXPORT int irmanin_init (Driver *drvthis, char *args);
2002-02-21 22:50:12 +00:00
MODULE_EXPORT void irmanin_close ();
MODULE_EXPORT char irmanin_getkey ();
1999-12-09 23:15:14 +00:00
#endif