blob: 1b6199740e98ab7e554f1676d615983f451e56a7 [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
Francesco Virlinzi13c12a42011-02-08 16:27:12 +01006extern long __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;
Matt Flemingbd353862009-08-14 01:58:43 +09009extern char __start_eh_frame[], __stop_eh_frame[];
Paul Mundt9655ad02007-05-14 15:59:09 +090010
Linus Torvalds1da177e2005-04-16 15:20:36 -070011#endif /* __ASM_SH_SECTIONS_H */
12