commit | c2e8b2ef2a8eb0472473c06947b59686740f466a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:27 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | 872fa4c3b9e11a3954519e282655210865d45fde | |
parent | 3869eb59cdb8c944f5489bae770237a6137fcc2c [diff] |
Improve support for linker lists in data structures A limitation of most linker_list macros is that they cannot easily be used in data structures. This is because they include code inside their expressions. Provide a way to support this, with new ll_start_decl() and ll_end_decl() macros. Signed-off-by: Simon Glass <sjg@chromium.org>