]> bbs.cooldavid.org Git - net-next-2.6.git/blame - include/asm-generic/sections.h
[PATCH] x86_64: Some cleanup in setup64.c
[net-next-2.6.git] / include / asm-generic / sections.h
CommitLineData
1da177e4
LT
1#ifndef _ASM_GENERIC_SECTIONS_H_
2#define _ASM_GENERIC_SECTIONS_H_
3
4/* References to section boundaries */
5
6extern char _text[], _stext[], _etext[];
7extern char _data[], _sdata[], _edata[];
8extern char __bss_start[], __bss_stop[];
9extern char __init_begin[], __init_end[];
10extern char _sinittext[], _einittext[];
075d6eb1
DW
11extern char _sextratext[] __attribute__((weak));
12extern char _eextratext[] __attribute__((weak));
1da177e4 13extern char _end[];
a940199f 14extern char __per_cpu_start[], __per_cpu_end[];
1da177e4
LT
15
16#endif /* _ASM_GENERIC_SECTIONS_H_ */