commit | 805c19b8908d353a166f2f3d7d45498e79541ff8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 19 09:21:44 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Nov 02 11:13:59 2024 -0600 |
tree | 88ca8fa5cfeb5a4509fc7154526af3bc1e0ea93f | |
parent | 8a83fde187062800fa7f7cb4256b3e2dbb1b147e [diff] |
alist: Add a way to get the next element Add a new function which returns the next element after the one provided, if it exists in the list. Signed-off-by: Simon Glass <sjg@chromium.org>