| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _S390_SECTIONS_H | 
| 2 | #define _S390_SECTIONS_H | ||||
| 3 | |||||
| 4 | #include <asm-generic/sections.h> | ||||
| 5 | |||||
| Heiko Carstens | 615b04b | 2007-02-21 10:55:37 +0100 | [diff] [blame] | 6 | extern char _eshared[], _ehead[]; | 
| Heiko Carstens | 162e006 | 2007-02-05 21:18:41 +0100 | [diff] [blame] | 7 | |
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | #endif |