add missing files not taken with github import

This commit is contained in:
Markus Fröschle
2017-12-25 10:21:08 +01:00
parent c6de494f33
commit d6a9aa14e3
260 changed files with 75195 additions and 0 deletions

10
include/video.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef _VIDEO_H_
#define _VIDEO_H_
#include <bas_types.h>
#include "bas_printf.h"
#define CONFIG_FB_RADEON_I2C
extern void video_init(void);
#endif /* _VIDEO_H_ */