Files
recycled-ni-libstb-hal/include/ca_hal.h
vanhofen 67646b6da3 remove DUCKBOX_HARDWARE
Origin commit data
------------------
Branch: master
Commit: c1f3cb446c
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-07 (Sun, 07 Nov 2021)

Origin message was:
------------------
- remove DUCKBOX_HARDWARE

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

------------------
This commit was generated by Migit
2021-11-07 00:57:01 +01:00

12 lines
220 B
C

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