diff options
Diffstat (limited to 'include/asm-sh/sections.h')
-rw-r--r-- | include/asm-sh/sections.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-sh/sections.h b/include/asm-sh/sections.h new file mode 100644 index 00000000000..57abd708b23 --- /dev/null +++ b/include/asm-sh/sections.h @@ -0,0 +1,9 @@ +#ifndef __ASM_SH_SECTIONS_H +#define __ASM_SH_SECTIONS_H + +#include <asm-generic/sections.h> + +extern char _end[]; + +#endif /* __ASM_SH_SECTIONS_H */ + |