]> git.dujemihanovic.xyz Git - u-boot.git/commit
abuf: Allow incrementing the size
authorSimon Glass <sjg@chromium.org>
Mon, 14 Aug 2023 22:40:22 +0000 (16:40 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 17:54:33 +0000 (13:54 -0400)
commit34ecba1f7616b388ee28490e8a3ed43fb1463011
treed2c174f76f0afe9055d7e03daefac4b810407424
parent633b3dc75536a7a878126c41babc248c095b66fe
abuf: Allow incrementing the size

Provide a convenience function to increment the size of the abuf.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/abuf.h
lib/abuf.c
test/lib/abuf.c