Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.25-rc8 11 lines 238 B view raw
1#ifndef __ASM_SH_SECTIONS_H 2#define __ASM_SH_SECTIONS_H 3 4#include <asm-generic/sections.h> 5 6extern long __machvec_start, __machvec_end; 7extern char __uncached_start, __uncached_end; 8extern char _ebss[]; 9 10#endif /* __ASM_SH_SECTIONS_H */ 11