From: Tom Rini Date: Thu, 14 Dec 2023 18:16:50 +0000 (-0500) Subject: sandbox: Add to asm/global_data.h and asm/io.h X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=9d7f634811d444cd55553cba5d6704e716cd7efa;p=u-boot.git sandbox: Add to asm/global_data.h and asm/io.h We need in these files as we reference Linux types. Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- diff --git a/arch/sandbox/include/asm/global_data.h b/arch/sandbox/include/asm/global_data.h index c697773502..001b2b53c1 100644 --- a/arch/sandbox/include/asm/global_data.h +++ b/arch/sandbox/include/asm/global_data.h @@ -9,6 +9,8 @@ #ifndef __ASM_GBL_DATA_H #define __ASM_GBL_DATA_H +#include + /* Architecture-specific global data */ struct arch_global_data { uint8_t *ram_buf; /* emulated RAM buffer */