blob: 7a99e6af637284d3061a96a274f375f2189f2eb2 [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
Paul Mundt9655ad02007-05-14 15:59:09 +09006extern long __machvec_start, __machvec_end;
Stuart Menefycbaa1182007-11-30 17:06:36 +09007extern char __uncached_start, __uncached_end;
Matt Flemingbd353862009-08-14 01:58:43 +09008extern char __start_eh_frame[], __stop_eh_frame[];
Paul Mundt9655ad02007-05-14 15:59:09 +09009
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#endif /* __ASM_SH_SECTIONS_H */
11