]> git.sur5r.net Git - u-boot/blobdiff - arch/sandbox/include/asm/sections.h
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / arch / sandbox / include / asm / sections.h
index eafce7d8ab97b51dfc1c28918529774b67b6a4d7..fbc1bd11a34162d58fd82b5cdab6ff791dabfea3 100644 (file)
@@ -9,9 +9,11 @@
 #ifndef __SANDBOX_SECTIONS_H
 #define __SANDBOX_SECTIONS_H
 
-struct sb_cmdline_option;
+#include <asm-generic/sections.h>
 
-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)