2005-07-24 14:12:37 +00:00
|
|
|
/* $Id$ */
|
|
|
|
|
2005-07-23 15:16:57 +00:00
|
|
|
#ifndef VIDEO_NULL_H
|
|
|
|
#define VIDEO_NULL_H
|
|
|
|
|
2005-07-25 07:16:10 +00:00
|
|
|
#include "../hal.h"
|
2005-07-23 15:16:57 +00:00
|
|
|
|
|
|
|
extern const HalVideoDriver _null_video_driver;
|
|
|
|
|
2007-02-12 21:55:10 +00:00
|
|
|
#endif /* VIDEO_NULL_H */
|