commit | 899b4ccf72dcdda38b2d9b2b3166ea94dd82cd01 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 19 09:21:44 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Nov 03 21:27:12 2024 -0600 |
tree | ccf9cde5ff3f79eb3d3b5104ddd361d5de809147 | |
parent | a749863dc917305936e7a095987f30b9ddfb2179 [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>