2000-01-17 08:23:48 +00:00
|
|
|
#ifndef LCD_LIRCIN_H
|
|
|
|
|
#define LCD_LIRCIN_H
|
|
|
|
|
|
2001-12-30 00:15:25 +00:00
|
|
|
#include "lcd.h"
|
2000-01-17 08:23:48 +00:00
|
|
|
|
2001-12-30 00:15:25 +00:00
|
|
|
int lircin_init (Driver * drvthis, char *args);
|
|
|
|
|
MODULE_EXPORT void lircin_close (Driver * drvthis);
|
|
|
|
|
MODULE_EXPORT char lircin_getkey (Driver * drvthis);
|
2000-01-17 08:23:48 +00:00
|
|
|
|
|
|
|
|
#endif
|