From e86c2659815a804642a04653714723ab588a0712 Mon Sep 17 00:00:00 2001 From: max_10 Date: Fri, 15 Sep 2017 13:19:21 +0200 Subject: [PATCH] add video_cs.h header to reduce number of #ifdefs needed Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/ee1ca3ff658bdb324f5befb7df4c6dd1f44eb4db Author: max_10 Date: 2017-09-15 (Fri, 15 Sep 2017) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- include/video_cs.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/video_cs.h diff --git a/include/video_cs.h b/include/video_cs.h new file mode 100644 index 0000000..f1d48d4 --- /dev/null +++ b/include/video_cs.h @@ -0,0 +1 @@ +#include "video_hal.h"