Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
347ce434d57da80fd5809c0c836f206a50999c26
/
.
/
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_ */