Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5b5ffbc1e6d62d89747f3f59c09b2e488a7d7fce
/
.
/
arch
/
powerpc
/
boot
/
stdio.h
blob: eb9e16c87aef793c380cea859a19674c2f035032 [
file
] [
log
] [
blame
]
#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_ */