commit | ce66b8afa71b3c9f1c9879e16af27846880cba7a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 19 09:21:45 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Nov 03 21:27:12 2024 -0600 |
tree | f56b11412024f9d23d7d2e97f7da5e4430fa9290 | |
parent | 899b4ccf72dcdda38b2d9b2b3166ea94dd82cd01 [diff] |
alist: Add for-loop helpers Add some macros which permit easy iteration through an alist, similar to those provided by the 'list' implementation. Signed-off-by: Simon Glass <sjg@chromium.org>