powerpc: Make COFF zImages for old 32-bit powermacs
[linux-2.6.git] / arch / powerpc / boot / stdio.h
blobeb9e16c87aef793c380cea859a19674c2f035032
1 #ifndef _PPC_BOOT_STDIO_H_
2 #define _PPC_BOOT_STDIO_H_
4 extern int printf(const char *fmt, ...);
6 extern int sprintf(char *buf, const char *fmt, ...);
8 extern int vsprintf(char *buf, const char *fmt, va_list args);
10 #endif /* _PPC_BOOT_STDIO_H_ */