*** empty log message ***

This commit is contained in:
hklein
2000-01-17 08:23:48 +00:00
parent faa787c215
commit 6e977735f0
4 changed files with 140 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef LCD_LIRCIN_H
#define LCD_LIRCIN_H
extern lcd_logical_driver *lircin;
int lircin_init(struct lcd_logical_driver *driver, char *args);
void lircin_close();
char lircin_getkey();
#endif