Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
66a45dd3620ee5f913ba1af3d2dca8b9bdfa2b96
/
.
/
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_ */