Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[MIPS] JMR3927: Declare puts function.

parent 702a96a6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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))