X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fsandbox%2Finclude%2Fasm%2Fsections.h;h=fbc1bd11a34162d58fd82b5cdab6ff791dabfea3;hb=c23154aab5825fec81d5500c53eaa686646c76b5;hp=eafce7d8ab97b51dfc1c28918529774b67b6a4d7;hpb=6e94125f9ccde8e7f8f94902b8d253bda5bb68c8;p=u-boot diff --git a/arch/sandbox/include/asm/sections.h b/arch/sandbox/include/asm/sections.h index eafce7d8ab..fbc1bd11a3 100644 --- a/arch/sandbox/include/asm/sections.h +++ b/arch/sandbox/include/asm/sections.h @@ -9,9 +9,11 @@ #ifndef __SANDBOX_SECTIONS_H #define __SANDBOX_SECTIONS_H -struct sb_cmdline_option; +#include -extern struct sb_cmdline_option *__u_boot_sandbox_option_start[], +struct sandbox_cmdline_option; + +extern struct sandbox_cmdline_option *__u_boot_sandbox_option_start[], *__u_boot_sandbox_option_end[]; static inline size_t __u_boot_sandbox_option_count(void)