Commit 380b9253 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] JMR3927: Declare puts function.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment