alistair23-linux/include/asm-sh/sections.h
Paul Mundt 1f91bbb584 sh: Define _ebss for uClinux MTD map driver.
The uClinux MTD device uses _ebss, add the symbol and corresponding
export.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-09-24 18:11:27 +09:00

11 lines
192 B
C

#ifndef __ASM_SH_SECTIONS_H
#define __ASM_SH_SECTIONS_H
#include <asm-generic/sections.h>
extern long __machvec_start, __machvec_end;
extern char _ebss[];
#endif /* __ASM_SH_SECTIONS_H */