_exports.h: reorganize a bit
authorRasmus Villemoes <ravi@prevas.dk>
Fri, 19 Sep 2025 10:10:00 +0000 (12:10 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 26 Sep 2025 17:55:13 +0000 (11:55 -0600)
commit2ef6c17f7f46a908e99e24de53d2c153dc1972ab
treef7d4b590f91c0120e71b399b06a6916f2c780d16
parentbdbaaee65c69eebe1ee47296fa2fb12a4677697c
_exports.h: reorganize a bit

The current list of exported functions is somewhat of a
mess. Reorganize them so that related functionality is kept together:

- console I/O: move vprintf next to printf and the getc/putc functions

- integer parsing: move the *strto* functions together

- standard string.h stuff: move memset() and strcpy() next to strcmp()

- time: move mdelay() next to udelay() and get_timer()

Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/_exports.h