diff --git a/video/null_v.h b/video/null_v.h new file mode 100644 --- /dev/null +++ b/video/null_v.h @@ -0,0 +1,8 @@ +#ifndef VIDEO_NULL_H +#define VIDEO_NULL_H + +#include "hal.h" + +extern const HalVideoDriver _null_video_driver; + +#endif