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

7
include/cs_api.h Normal file
View File

@@ -0,0 +1,7 @@
#if HAVE_TRIPLEDRAGON
#include "../libtriple/cs_api.h"
#elif HAVE_SPARK_HARDWARE
#include "../libspark/cs_api.h"
#else
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
#endif