commit | 8fbacd5bd02c3582e37ffa2924b3f372f9a80410 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 19 09:21:45 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Nov 02 11:13:59 2024 -0600 |
tree | 0b298b79b2413d877ef2091499e1b6723654716c | |
parent | 805c19b8908d353a166f2f3d7d45498e79541ff8 [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>