summaryrefslogtreecommitdiff
path: root/video/null_v.h
blob: d5d379158bd2e674dc7c4d78c7f2794f05142289 (plain)
1
2
3
4
5
6
7
8
#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "hal.h"

extern const HalVideoDriver _null_video_driver;

#endif