diff options
Diffstat (limited to 'arch/sparc/include/asm/sections.h')
-rw-r--r-- | arch/sparc/include/asm/sections.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/sections.h b/arch/sparc/include/asm/sections.h new file mode 100644 index 00000000..0b0553bb --- /dev/null +++ b/arch/sparc/include/asm/sections.h @@ -0,0 +1,10 @@ +#ifndef __SPARC_SECTIONS_H +#define __SPARC_SECTIONS_H + +/* nothing to see, move along */ +#include <asm-generic/sections.h> + +/* sparc entry point */ +extern char _start[]; + +#endif |