bloblist: Add functions to obtain base address and size
authorSimon Glass <sjg@chromium.org>
Thu, 13 Jan 2022 02:26:23 +0000 (19:26 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Jan 2022 16:13:41 +0000 (09:13 -0700)
commite50a24a0456c07d28c0d589e061dd0576f6bb917
treea806d836573039a451b42643ad3fcb9c0951b3e2
parent99047f5d7f9cb013f7040edd7d20a70cc30646b5
bloblist: Add functions to obtain base address and size

Add a few convenience functions to obtain useful information about the
bloblist.

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