2005-07-24 14:12:37 +00:00
|
|
|
/* $Id$ */
|
|
|
|
|
2005-07-23 17:23:16 +00:00
|
|
|
#ifndef VIDEO_DEDICATED_H
|
|
|
|
#define VIDEO_DEDICATED_H
|
|
|
|
|
2005-07-25 07:16:10 +00:00
|
|
|
#include "../hal.h"
|
2005-07-23 17:23:16 +00:00
|
|
|
|
|
|
|
extern const HalVideoDriver _dedicated_video_driver;
|
|
|
|
|
|
|
|
#endif
|