Files
recycled-ni-libstb-hal/include/dmx_hal.h
Stefan Seyfried a1f1d32e5f includes: remove *_td.h, we use is *_hal.h now
Origin commit data
------------------
Branch: master
Commit: 95cdd648c4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-03-17 (Tue, 17 Mar 2015)


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

------------------
This commit was generated by Migit
2015-05-04 11:19:37 +02:00

19 lines
456 B
C

#include <config.h>
#if HAVE_TRIPLEDRAGON
#include "../libtriple/dmx_td.h"
#elif HAVE_DUCKBOX_HARDWARE
#include "../libduckbox/dmx_lib.h"
#elif HAVE_SPARK_HARDWARE
#include "../libspark/dmx_lib.h"
#elif HAVE_AZBOX_HARDWARE
#include "../azbox/dmx_lib.h"
#elif HAVE_GENERIC_HARDWARE
#if BOXMODEL_RASPI
#include "../raspi/dmx_lib.h"
#else
#include "../generic-pc/dmx_lib.h"
#endif
#else
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
#endif