9
0
Fork 0
barebox/arch/nios2/include/asm/early_printf.h

11 lines
202 B
C

#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_ */