/* $Id$ */
#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H
#include "hal.h"
extern const HalVideoDriver _dedicated_video_driver;
#endif