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; |
Paul Mundt | 1f91bbb | 2007-09-24 18:11:27 +0900 | [diff] [blame] | 8 | extern char _ebss[]; |
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 | |