add missing files not taken with github import
This commit is contained in:
10
include/video.h
Normal file
10
include/video.h
Normal 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_ */
|
||||
Reference in New Issue
Block a user