Files
libstb-hal/libspark/lirmp_input.h
2012-02-12 20:49:20 +01:00

8 lines
156 B
C

/* functions from lirmp_input.cpp */
#ifndef __LIRMP_INPUT_H_
#define __LIRMP_INPUT_H_
void start_input_thread(void);
void stop_input_thread(void);
#endif