Files
lcdproc/server/drivers/irmanin.h
T

9 lines
209 B
C
Raw Normal View History

1999-12-09 23:15:14 +00:00
#ifndef LCD_IRMANIN__H
#define LCD_IRMANIN_H
MODULE_EXPORT int irmanin_init (Driver *drvthis);
MODULE_EXPORT void irmanin_close (Driver *drvthis);
MODULE_EXPORT char irmanin_getkey (Driver *drvthis);
1999-12-09 23:15:14 +00:00
#endif