libspark: use IRMP for converting /dev/lirc to input device

This commit is contained in:
Stefan Seyfried
2012-02-05 19:15:10 +01:00
parent 026a6df70d
commit 99fad7b7d7
3 changed files with 204 additions and 144 deletions

View File

@@ -2,6 +2,6 @@
#ifndef __LT_DFB_INPUT_H_
#define __LT_DFB_INPUT_H_
void start_input_thread(IDirectFB *dfb);
void start_input_thread(void);
void stop_input_thread(void);
#endif