aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/stdio.h
blob: eb9e16c87aef793c380cea859a19674c2f035032 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _PPC_BOOT_STDIO_H_
#define _PPC_BOOT_STDIO_H_

extern int printf(const char *fmt, ...);

extern int sprintf(char *buf, const char *fmt, ...);

extern int vsprintf(char *buf, const char *fmt, va_list args);

#endif				/* _PPC_BOOT_STDIO_H_ */