Files
recycled-ni-libstb-hal/include/ca_hal.h
max_10 473425929e add osmio4k / osmio4kplus not yet ready
Origin commit data
------------------
Branch: master
Commit: 0df05330fa
Author: max_10 <max_10@gmx.de>
Date: 2019-09-26 (Thu, 26 Sep 2019)

Origin message was:
------------------
- add osmio4k / osmio4kplus not yet ready

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-02-17 20:56:05 +01:00

12 lines
217 B
C

#if HAVE_DUCKBOX_HARDWARE \
|| HAVE_MIPS_HARDWARE \
|| (HAVE_ARM_HARDWARE \
&& !BOXMODEL_HD60 \
&& !BOXMODEL_OSMIO4K \
&& !BOXMODEL_OSMIO4KPLUS \
)
#include "ca_ci.h"
#else
#include "ca.h"
#endif