sh: Consolidate segment modifiers across mmu/nommu systems.
[deliverable/linux.git] / include / asm-sh / sections.h
CommitLineData
1da177e4
LT
1#ifndef __ASM_SH_SECTIONS_H
2#define __ASM_SH_SECTIONS_H
3
4#include <asm-generic/sections.h>
5
9655ad03 6extern long __machvec_start, __machvec_end;
cbaa118e 7extern char __uncached_start, __uncached_end;
1f91bbb5 8extern char _ebss[];
9655ad03 9
1da177e4
LT
10#endif /* __ASM_SH_SECTIONS_H */
11
This page took 0.521461 seconds and 5 git commands to generate.