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