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