blob: a78701da775b9d6dd2e246c80983562095bf6e54 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __ASM_SH_SECTIONS_H
2#define __ASM_SH_SECTIONS_H
3
4#include <asm-generic/sections.h>
5
Magnus Damm2ef7f0d2009-03-06 09:47:02 +00006extern void __nosave_begin, __nosave_end;
Paul Mundt9655ad02007-05-14 15:59:09 +09007extern long __machvec_start, __machvec_end;
Stuart Menefycbaa1182007-11-30 17:06:36 +09008extern char __uncached_start, __uncached_end;
Paul Mundt1f91bbb2007-09-24 18:11:27 +09009extern char _ebss[];
Matt Flemingbd353862009-08-14 01:58:43 +090010extern char __start_eh_frame[], __stop_eh_frame[];
Paul Mundt9655ad02007-05-14 15:59:09 +090011
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#endif /* __ASM_SH_SECTIONS_H */
13