X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Fsandbox%2Finclude%2Fasm%2Fsections.h;h=fbc1bd11a34162d58fd82b5cdab6ff791dabfea3;hb=b592936d357f6c648f59ae0e3159149df3a942fb;hp=4c378600b0f383382d86a4af5f4767e9393e5d0d;hpb=be08abc2429c2e9cbce3d0abc1d315171d683520;p=oweals%2Fu-boot.git diff --git a/arch/sandbox/include/asm/sections.h b/arch/sandbox/include/asm/sections.h index 4c378600b0..fbc1bd11a3 100644 --- a/arch/sandbox/include/asm/sections.h +++ b/arch/sandbox/include/asm/sections.h @@ -11,9 +11,9 @@ #include -struct sb_cmdline_option; +struct sandbox_cmdline_option; -extern struct sb_cmdline_option *__u_boot_sandbox_option_start[], +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)