Files
FireBee_SVN/include/video.h
2016-11-02 06:26:04 +00:00

11 lines
168 B
C

#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_ */