mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
8 lines
166 B
C
8 lines
166 B
C
/* functions from lt_dfbinput.c */
|
|
|
|
#ifndef __LT_DFB_INPUT_H_
|
|
#define __LT_DFB_INPUT_H_
|
|
void start_input_thread(IDirectFB *dfb);
|
|
void stop_input_thread(void);
|
|
#endif
|