Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __ASM_SH_SECTIONS_H |
| 2 | #define __ASM_SH_SECTIONS_H |
| 3 | |
| 4 | #include <asm-generic/sections.h> |
| 5 | |
Paul Mundt | 9655ad0 | 2007-05-14 15:59:09 +0900 | [diff] [blame] | 6 | extern long __machvec_start, __machvec_end; |
Stuart Menefy | cbaa118 | 2007-11-30 17:06:36 +0900 | [diff] [blame] | 7 | extern char __uncached_start, __uncached_end; |
Matt Fleming | bd35386 | 2009-08-14 01:58:43 +0900 | [diff] [blame] | 8 | extern char __start_eh_frame[], __stop_eh_frame[]; |
Paul Mundt | 9655ad0 | 2007-05-14 15:59:09 +0900 | [diff] [blame] | 9 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | #endif /* __ASM_SH_SECTIONS_H */ |
| 11 | |