mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
- add osmio4k / osmio4kplus not yet ready
Conflicts: acinclude.m4 libarmbox/hardware_caps.c Signed-off-by: Thilo Graf <dbt@novatux.de> osmio4k only
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
#if HAVE_DUCKBOX_HARDWARE || (HAVE_ARM_HARDWARE && !BOXMODEL_HD60) || HAVE_MIPS_HARDWARE
|
||||
#if HAVE_DUCKBOX_HARDWARE \
|
||||
|| HAVE_MIPS_HARDWARE \
|
||||
|| (HAVE_ARM_HARDWARE \
|
||||
&& !BOXMODEL_HD60 \
|
||||
&& !BOXMODEL_OSMIO4K \
|
||||
&& !BOXMODEL_OSMIO4KPLUS \
|
||||
)
|
||||
#include "ca_ci.h"
|
||||
#else
|
||||
#include "ca.h"
|
||||
|
@@ -23,7 +23,13 @@ inline void cs_api_exit()
|
||||
#define cs_free_uncached free
|
||||
|
||||
// Callback function helpers
|
||||
#if HAVE_DUCKBOX_HARDWARE || (HAVE_ARM_HARDWARE && !BOXMODEL_HD60) || HAVE_MIPS_HARDWARE
|
||||
#if HAVE_DUCKBOX_HARDWARE \
|
||||
|| HAVE_MIPS_HARDWARE \
|
||||
|| (HAVE_ARM_HARDWARE \
|
||||
&& !BOXMODEL_HD60 \
|
||||
&& !BOXMODEL_OSMIO4K \
|
||||
&& !BOXMODEL_OSMIO4KPLUS \
|
||||
)
|
||||
void cs_register_messenger(cs_messenger messenger);
|
||||
#else
|
||||
static inline void cs_register_messenger(cs_messenger) { return; };
|
||||
|
Reference in New Issue
Block a user