blob: 01a4076a3719b5d42661157836e5dde18943ba02 [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[];
Paul Mundt9655ad02007-05-14 15:59:09 +090010
Linus Torvalds1da177e2005-04-16 15:20:36 -070011#endif /* __ASM_SH_SECTIONS_H */
12