summaryrefslogtreecommitdiffstats
path: root/arch/nios2/include/asm/early_printf.h
blob: e483e345fe19f39856b68812575642ae18dfe132 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _EARLY_PRINTF_
#define _EARLY_PRINTF_

#include <asm/nios2-io.h>

void early_putc(char ch);
void early_puts(const char *s);
int early_printf(const char *fmt, ...);

#endif  /* _EARLY_PRINTF_ */