mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
13 lines
248 B
C
13 lines
248 B
C
#if HAVE_DUCKBOX_HARDWARE \
|
|
|| HAVE_MIPS_HARDWARE \
|
|
|| (HAVE_ARM_HARDWARE \
|
|
&& !BOXMODEL_HD60 \
|
|
&& !BOXMODEL_MULTIBOXSE \
|
|
&& !BOXMODEL_OSMIO4K \
|
|
&& !BOXMODEL_OSMIO4KPLUS \
|
|
)
|
|
#include "ca_ci.h"
|
|
#else
|
|
#include "ca.h"
|
|
#endif
|