]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/boot/stdio.h
powerpc: Make COFF zImages for old 32-bit powermacs
[linux-2.6-omap-h63xx.git] / arch / powerpc / boot / stdio.h
index 24bd3a8dee949e18f019270553ce86963c036740..eb9e16c87aef793c380cea859a19674c2f035032 100644 (file)
@@ -7,10 +7,4 @@ extern int sprintf(char *buf, const char *fmt, ...);
 
 extern int vsprintf(char *buf, const char *fmt, va_list args);
 
-extern int putc(int c, void *f);
-extern int putchar(int c);
-extern int getchar(void);
-
-extern int fputs(char *str, void *f);
-
 #endif                         /* _PPC_BOOT_STDIO_H_ */