blob: 57abd708b236dc71b4097d8358ba4c9e6ebb1174 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#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