aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/sections.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/sections.h')
-rw-r--r--include/asm-sh/sections.h9
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 000000000000..57abd708b236
--- /dev/null
+++ b/include/asm-sh/sections.h
@@ -0,0 +1,9 @@
1#ifndef __ASM_SH_SECTIONS_H
2#define __ASM_SH_SECTIONS_H
3
4#include <asm-generic/sections.h>
5
6extern char _end[];
7
8#endif /* __ASM_SH_SECTIONS_H */
9