mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
Origin commit data
------------------
Branch: master
Commit: d8c3c47b86
Author: TangoCash <eric@loxat.de>
Date: 2017-09-12 (Tue, 12 Sep 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
8 lines
156 B
C
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
|