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