Newer
Older
barebox / arch / nios2 / include / asm / early_printf.h
@Franck JULLIEN Franck JULLIEN on 30 Mar 2011 202 bytes Add Nios2 arch support to barebox
#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_ */