X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-generic%2Fsections.h;h=976ac29598b78d0b2c0c90516480e93434d8f506;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=40b935fa003f27009e094cd315b7e03297c365e2;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-generic/sections.h b/include/asm-generic/sections.h index 40b935fa0..976ac2959 100644 --- a/include/asm-generic/sections.h +++ b/include/asm-generic/sections.h @@ -8,5 +8,6 @@ extern char _data[], _sdata[], _edata[]; extern char __bss_start[], __bss_stop[]; extern char __init_begin[], __init_end[]; extern char _sinittext[], _einittext[]; +extern char _end[]; #endif /* _ASM_GENERIC_SECTIONS_H_ */