# HG changeset patch # User tron # Date 2005-07-23 17:23:16 # Node ID 8b05cff45baf0aee5ab22c7f285018d4f4887f91 # Parent 986b22f06f5d61bd82ce7cd8d3772f411d0320c8 (svn r2692) Forgot to add a file diff --git a/video/dedicated_v.h b/video/dedicated_v.h new file mode 100644 --- /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