提交 380b9253 编写于 作者: R Ralf Baechle

[MIPS] JMR3927: Declare puts function.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 702a96a6
...@@ -60,6 +60,8 @@ ...@@ -60,6 +60,8 @@
#include <asm/mipsregs.h> #include <asm/mipsregs.h>
#include <asm/traps.h> #include <asm/traps.h>
extern void puts(unsigned char *cp);
/* Tick Timer divider */ /* Tick Timer divider */
#define JMR3927_TIMER_CCD 0 /* 1/2 */ #define JMR3927_TIMER_CCD 0 /* 1/2 */
#define JMR3927_TIMER_CLK (JMR3927_IMCLK / (2 << JMR3927_TIMER_CCD)) #define JMR3927_TIMER_CLK (JMR3927_IMCLK / (2 << JMR3927_TIMER_CCD))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册