Files
neutrino/lib/hardware/playback.h
2023-04-25 15:53:22 +02:00

9 lines
210 B
C

#if HAVE_CST_HARDWARE
#include <playback_cs.h>
#elif HAVE_LIBSTB_HAL
#include <playback_hal.h>
#else
#error neither HAVE_CST_HARDWARE nor HAVE_LIBSTB_HAL defined.
#error do you need to include config.h?
#endif