arm: include asm-generic/int-ll64.h in setjmp.h

Don't assume that u32 and u64 are already defined.

Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
Heinrich Schuchardt
2025-03-02 15:21:18 +01:00
parent e9b3810c67
commit 8aa1d810e2

View File

@@ -7,6 +7,8 @@
#ifndef _SETJMP_H_
#define _SETJMP_H_ 1
#include <asm-generic/int-ll64.h>
/*
* This really should be opaque, but the EFI implementation wrongly
* assumes that a 'struct jmp_buf_data' is defined.