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 | |
Magnus Damm | 2ef7f0d | 2009-03-06 09:47:02 +0000 | [diff] [blame] | 6 | extern void __nosave_begin, __nosave_end; |
Paul Mundt | 9655ad0 | 2007-05-14 15:59:09 +0900 | [diff] [blame] | 7 | extern long __machvec_start, __machvec_end; |
Stuart Menefy | cbaa118 | 2007-11-30 17:06:36 +0900 | [diff] [blame] | 8 | extern char __uncached_start, __uncached_end; |
Paul Mundt | 1f91bbb | 2007-09-24 18:11:27 +0900 | [diff] [blame] | 9 | extern char _ebss[]; |
Paul Mundt | 9655ad0 | 2007-05-14 15:59:09 +0900 | [diff] [blame] | 10 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | #endif /* __ASM_SH_SECTIONS_H */ |
| 12 | |