mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
Origin commit data
------------------
Branch: master
Commit: 475c015b54
Author: TangoCash <eric@loxat.de>
Date: 2020-10-03 (Sat, 03 Oct 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
12 lines
222 B
C
12 lines
222 B
C
#if HAVE_DUCKBOX_HARDWARE \
|
|
|| HAVE_MIPS_HARDWARE \
|
|
|| (HAVE_ARM_HARDWARE \
|
|
&& !BOXMODEL_HISILICON \
|
|
&& !BOXMODEL_OSMIO4K \
|
|
&& !BOXMODEL_OSMIO4KPLUS \
|
|
)
|
|
#include "ca_ci.h"
|
|
#else
|
|
#include "ca.h"
|
|
#endif
|