mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
8 lines
191 B
C
8 lines
191 B
C
#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
|