1 #ifndef VIDEO_NULL_H
2 #define VIDEO_NULL_H
3
4 #include "hal.h"
5
6 extern const HalVideoDriver _null_video_driver;
7
8 #endif