commit | 7ba1b8cc10e603a2d118f6e85187917115740f71 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 15 18:27:18 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 22 09:47:50 2025 -0600 |
tree | c1965731d1f9219242d92928bcd0fc6d1cc77aec | |
parent | b7e05ab5cd8c261316cfcfec48b0ee8f4b8dd5ad [diff] |
spl: Add a type for the jumper function This function will be used by the relocating jumper too, so add a typedef to the header file to avoid mismatches. Signed-off-by: Simon Glass <sjg@chromium.org>