2008-12-27 16:35:12 +08:00
|
|
|
#ifndef __SPARC_SECTIONS_H
|
|
|
|
#define __SPARC_SECTIONS_H
|
|
|
|
|
|
|
|
/* nothing to see, move along */
|
|
|
|
#include <asm-generic/sections.h>
|
|
|
|
|
|
|
|
/* sparc entry point */
|
|
|
|
extern char _start[];
|
|
|
|
|
2012-05-26 05:20:09 +08:00
|
|
|
extern char __leon_1insn_patch[];
|
|
|
|
extern char __leon_1insn_patch_end[];
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
#endif
|