first try at building "libneutrino-hal" standalone

This commit is contained in:
Stefan Seyfried
2012-02-03 23:49:43 +01:00
parent 00fe1f2ed4
commit 245c511981
19 changed files with 541 additions and 0 deletions

5
include/init_td.h Normal file
View File

@@ -0,0 +1,5 @@
#ifndef __INIT_TD_H
#define __INIT_TD_H
void init_td_api();
void shutdown_td_api();
#endif