1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-25 16:59:12 +01:00
Files
u-boot-megous/include/stdio.h
Masahiro Yamada 7fea7b1a37 stdio.h: move printf() stuff from <common.h> to <stdio.h>
<common.h> pulls in a lot of headers.  Including it from every .c
file is a bad idea.  We need to remove contents until it contains
nothing.

Move printf() and friends to <stdio.h>.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2017-10-04 07:55:21 -04:00

1.2 KiB