]> git.ipfire.org Git - thirdparty/u-boot.git/commit
exports.h: make sure declarations are in sync with the actual exports
authorRasmus Villemoes <ravi@prevas.dk>
Fri, 19 Sep 2025 10:09:59 +0000 (12:09 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 26 Sep 2025 17:55:13 +0000 (11:55 -0600)
commitbdbaaee65c69eebe1ee47296fa2fb12a4677697c
tree1a002701b3df1f7e57ba08192075ad4ef857a565
parenta78941bc7ff72ab3b67197d53216306429e6a831
exports.h: make sure declarations are in sync with the actual exports

After finishing a later patch in this series, I discovered I had
neglected to update the list of declarations in exports.h to
match. But then I realized I wasn't the first to do that.

Use the existing mechanism and DRY it out.

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