X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Fsandbox%2Finclude%2Fasm%2Fsections.h;h=fbc1bd11a34162d58fd82b5cdab6ff791dabfea3;hb=b592936d357f6c648f59ae0e3159149df3a942fb;hp=eafce7d8ab97b51dfc1c28918529774b67b6a4d7;hpb=70db4212fcdb080444a23dccaf673b68a3ffc1fa;p=oweals%2Fu-boot.git 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)