Home
last modified time | relevance | path

Searched hist:"9 be5c661beecdb8a9d90ab4869ddb501b4990dd9" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dsemihosting.c9be5c661beecdb8a9d90ab4869ddb501b4990dd9 Mon Dec 15 10:06:05 UTC 2014 Linus Walleij <linus.walleij@linaro.org> arm: semihosting: get rid of forward declarations

By rearranging the functions in the semihosting code we can
avoid forward-declaration of the internal static functions.
This puts the stuff in a logical order: read/open/close/len
and then higher-order functions follow at the end.

Cc: Darwin Rambo <drambo@broadcom.com>
Cc: AKASHI Takahiro <takahiro.akashi@linaro.org>
Cc: Mark Hambleton <mark.hambleton@arm.com>
Cc: Tom Rini <trini@ti.com>
Acked-by: Steve Rae <srae@broadcom.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>