summaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/dedicated_v.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/video/dedicated_v.h b/video/dedicated_v.h
new file mode 100644
index 000000000..98f01d581
--- /dev/null
+++ b/video/dedicated_v.h
@@ -0,0 +1,8 @@
+#ifndef VIDEO_DEDICATED_H
+#define VIDEO_DEDICATED_H
+
+#include "hal.h"
+
+extern const HalVideoDriver _dedicated_video_driver;
+
+#endif