video initialization seems to work, further testing needed
[rpikern] / src / video.h
1 #ifndef VIDEO_H_
2 #define VIDEO_H_
3
4 int video_init(void);
5
6 #endif  /* VIDEO_H_ */