From aef046b4d754ebae133d110b73dadfca5802b2ec Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 23 Jul 2005 17:23:16 +0000 Subject: [PATCH] (svn r2692) Forgot to add a file --- video/dedicated_v.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 video/dedicated_v.h diff --git a/video/dedicated_v.h b/video/dedicated_v.h new file mode 100644 index 0000000000..98f01d581a --- /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