mirror of https://gitee.com/openkylin/linux.git
[MIPS] JMR3927: Declare puts function.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
702a96a62b
commit
380b92537c
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue