[MIPS] JMR3927: Declare puts function.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2005-11-19 21:51:56 +00:00
parent 702a96a62b
commit 380b92537c

View file

@ -60,6 +60,8 @@
#include <asm/mipsregs.h>
#include <asm/traps.h>
extern void puts(unsigned char *cp);
/* Tick Timer divider */
#define JMR3927_TIMER_CCD 0 /* 1/2 */
#define JMR3927_TIMER_CLK (JMR3927_IMCLK / (2 << JMR3927_TIMER_CCD))