summaryrefslogtreecommitdiffstats
path: root/arch/nios2/include/asm/early_printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nios2/include/asm/early_printf.h')
-rw-r--r--arch/nios2/include/asm/early_printf.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/nios2/include/asm/early_printf.h b/arch/nios2/include/asm/early_printf.h
new file mode 100644
index 0000000000..e483e345fe
--- /dev/null
+++ b/arch/nios2/include/asm/early_printf.h
@@ -0,0 +1,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_ */