blob: eb9e16c87aef793c380cea859a19674c2f035032 [file] [log] [blame]
Olaf Heringdecd3002005-08-08 13:24:38 +10001#ifndef _PPC_BOOT_STDIO_H_
2#define _PPC_BOOT_STDIO_H_
3
4extern int printf(const char *fmt, ...);
5
6extern int sprintf(char *buf, const char *fmt, ...);
7
8extern int vsprintf(char *buf, const char *fmt, va_list args);
9
Olaf Heringdecd3002005-08-08 13:24:38 +100010#endif /* _PPC_BOOT_STDIO_H_ */