]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Provide a way to iterate through all scene objects
authorSimon Glass <sjg@chromium.org>
Mon, 14 Aug 2023 22:40:23 +0000 (16:40 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 17:54:33 +0000 (13:54 -0400)
commitf2eb6ad50a3e610897d6386bb3192c049dc6fd12
tree5c612877dd3eb429dde125c5eba373f5f1cfa009
parent34ecba1f7616b388ee28490e8a3ed43fb1463011
expo: Provide a way to iterate through all scene objects

For some operations it is necessary to process all objects in an expo.
Provide an iterator to handle this.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/expo.c
boot/scene.c
boot/scene_internal.h
test/boot/expo.c