spl: Add a type for the jumper function
authorSimon Glass <sjg@chromium.org>
Thu, 16 Jan 2025 01:27:18 +0000 (18:27 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 15:47:50 +0000 (09:47 -0600)
commitbed7c4599d14c251021b82186ecf558689873486
treec1965731d1f9219242d92928bcd0fc6d1cc77aec
parentd86bdb60b51f864d188edc5d27847db5d2dfe75d
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>
common/spl/spl.c
include/spl.h