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