summaryrefslogtreecommitdiff
path: root/video/dedicated_v.h
blob: 98f01d581a07e928c1078611f3ba1c66e6937ed7 (plain)
1
2
3
4
5
6
7
8
#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H

#include "hal.h"

extern const HalVideoDriver _dedicated_video_driver;

#endif