Files
recycled-ni-neutrino/lib/hardware/video.h
vanhofen a43f04cfb3 lib/hardware: align to latest changes in libstb-hal repo
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7a7c27e6e0
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-23 (Sun, 23 Dec 2018)

Origin message was:
------------------
- lib/hardware: align to latest changes in libstb-hal repo

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

------------------
This commit was generated by Migit
2018-12-23 22:35:01 +01:00

11 lines
236 B
C

#if HAVE_COOL_HARDWARE
#include <cs_api.h>
#include <video_cs.h>
#elif USE_STB_HAL
#include <init.h>
#include <video_hal.h>
#else
#error neither HAVE_COOL_HARDWARE nor USE_STB_HAL defined.
#error do you need to include config.h?
#endif