From 3c22c0436438e61b5e668eaae32a06b1771989d6 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/6f914f7a45183770ecdc7ffa1a5f5d3ab2e55a7a 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"