diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-14 00:24:55 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-14 00:24:55 -0500 |
| commit | 87530db5ec7d519c7ba334e414307c5130ae2da8 (patch) | |
| tree | a1720bb29998d8d658e91ed106263561a8101bf0 /arch/powerpc/boot/stdio.h | |
| parent | a148058c5cf72ad23fb6c4cf9828f7276e13151c (diff) | |
| parent | d5f079000b20887bfbc84d772a27709c5665e652 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge
Diffstat (limited to 'arch/powerpc/boot/stdio.h')
| -rw-r--r-- | arch/powerpc/boot/stdio.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/boot/stdio.h b/arch/powerpc/boot/stdio.h index 24bd3a8dee..eb9e16c87a 100644 --- a/arch/powerpc/boot/stdio.h +++ b/arch/powerpc/boot/stdio.h | |||
| @@ -7,10 +7,4 @@ extern int sprintf(char *buf, const char *fmt, ...); | |||
| 7 | 7 | ||
| 8 | extern int vsprintf(char *buf, const char *fmt, va_list args); | 8 | extern int vsprintf(char *buf, const char *fmt, va_list args); |
| 9 | 9 | ||
| 10 | extern int putc(int c, void *f); | ||
| 11 | extern int putchar(int c); | ||
| 12 | extern int getchar(void); | ||
| 13 | |||
| 14 | extern int fputs(char *str, void *f); | ||
| 15 | |||
| 16 | #endif /* _PPC_BOOT_STDIO_H_ */ | 10 | #endif /* _PPC_BOOT_STDIO_H_ */ |
