diff options
Diffstat (limited to 'include/asm-sh')
-rw-r--r-- | include/asm-sh/sections.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/sections.h b/include/asm-sh/sections.h index 2a696b8..bd9cbc9 100644 --- a/include/asm-sh/sections.h +++ b/include/asm-sh/sections.h @@ -4,6 +4,7 @@ #include <asm-generic/sections.h> extern long __machvec_start, __machvec_end; +extern char _ebss[]; #endif /* __ASM_SH_SECTIONS_H */ |