2005-04-17 00:20:36 +02:00
|
|
|
#ifndef __ASM_SH_SECTIONS_H
|
|
|
|
#define __ASM_SH_SECTIONS_H
|
|
|
|
|
|
|
|
#include <asm-generic/sections.h>
|
|
|
|
|
2007-05-14 08:59:09 +02:00
|
|
|
extern long __machvec_start, __machvec_end;
|
2007-09-24 11:11:27 +02:00
|
|
|
extern char _ebss[];
|
2007-05-14 08:59:09 +02:00
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
#endif /* __ASM_SH_SECTIONS_H */
|
|
|
|
|