Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[linux-2.6-block.git] / arch / powerpc / xmon / nonstdio.h
1 #define EOF     (-1)
2
3 #define printf  xmon_printf
4 #define putchar xmon_putchar
5
6 extern int xmon_putchar(int c);
7 extern void xmon_puts(const char *);
8 extern char *xmon_gets(char *, int);
9 extern void xmon_printf(const char *, ...);