/* functions from lt_dfbinput.c */ #ifndef __LT_DFB_INPUT_H_ #define __LT_DFB_INPUT_H_ void start_input_thread(void); void stop_input_thread(void); #endif