]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/asm-sh/sections.h
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
[mirror_ubuntu-bionic-kernel.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