Files
recycled-ni-libstb-hal/include/ca_hal.h
vanhofen 2f1758addc add Maxytec Multibox SE 4K
Origin commit data
------------------
Branch: master
Commit: 29996242d6
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-05-28 (Fri, 28 May 2021)

Origin message was:
------------------
- add Maxytec Multibox SE 4K

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

------------------
This commit was generated by Migit
2021-05-28 23:18:09 +02:00

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