Files
libstb-hal/include/init.h
svenhoefer 89000ffda3 - rename init_td.h => init.h
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-01-01 15:50:28 +01:00

6 lines
97 B
C

#ifndef __init__
#define __init__
void init_td_api();
void shutdown_td_api();
#endif // __init__