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