efi_loader: Clean up usage of structure jmp_buf_data
authorYao Zi <ziyao@disroot.org>
Sun, 2 Mar 2025 14:21:20 +0000 (15:21 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 10 Mar 2025 06:41:20 +0000 (07:41 +0100)
commitf2806157472bf96a211c4d0319283a6a79614854
tree3b08c333ca68f9c21637255ed02ffd8ac6d4e494
parent7082c9e656a824ecf5dfc2d59d2ce17f730c5d4a
efi_loader: Clean up usage of structure jmp_buf_data

Structure jmp_buf_data provides the underlying format of jmp_buf, which
we actually don't care about. Clean up existing code to use the standard
jmp_buf type. This introduces no functional change.

Signed-off-by: Yao Zi <ziyao@disroot.org>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
include/efi_loader.h
lib/efi_loader/efi_boottime.c