Sam Ravnborg | 86ed40b | 2008-12-27 00:35:12 -0800 | [diff] [blame] | 1 | #ifndef __SPARC_SECTIONS_H |
2 | #define __SPARC_SECTIONS_H | ||||
3 | |||||
4 | /* nothing to see, move along */ | ||||
5 | #include <asm-generic/sections.h> | ||||
6 | |||||
7 | /* sparc entry point */ | ||||
8 | extern char _start[]; | ||||
9 | |||||
Sam Ravnborg | a439fe5 | 2008-07-27 23:00:59 +0200 | [diff] [blame] | 10 | #endif |