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

Origin commit data
------------------
Branch: master
Commit: 99fad7b7d7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-05 (Sun, 05 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-02-05 19:15:10 +01:00
parent b8199ee7b7
commit d5f8d55c8a
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