提交 a266fe95 编写于 作者: F Frans Meulenbroeks 提交者: Heiko Schocher

cmd_i2c: moved a define to before the functions

Signed-off-by: NFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
上级 4a8cf338
......@@ -130,6 +130,8 @@ DECLARE_GLOBAL_DATA_PTR;
#endif
#define DISP_LINE_LEN 16
/* TODO: Implement architecture-specific get/set functions */
unsigned int __def_i2c_get_bus_speed(void)
{
......@@ -148,8 +150,6 @@ int __def_i2c_set_bus_speed(unsigned int speed)
int i2c_set_bus_speed(unsigned int)
__attribute__((weak, alias("__def_i2c_set_bus_speed")));
#define DISP_LINE_LEN 16
/*
* Syntax:
* i2c read {i2c_chip} {devaddr}{.0, .1, .2} {len} {memaddr}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册