Files
libstb-hal/libspark/lt_dfbinput.h
2012-02-12 10:43:26 +01:00

8 lines
156 B
C

/* 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