]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/include/asm/u-boot-x86.h
cosmetic: checkpatch cleanup of arch/x86/lib/*.c
[karo-tx-uboot.git] / arch / x86 / include / asm / u-boot-x86.h
index d3e2f4c492805a6726f13850add227d88b032fbf..755f88af04823a4688f767d9d455633ad11008a6 100644 (file)
 #ifndef _U_BOOT_I386_H_
 #define _U_BOOT_I386_H_        1
 
+/* Exports from the Linker Script */
+extern ulong __text_start;
+extern ulong __data_end;
+extern ulong __rel_dyn_start;
+extern ulong __rel_dyn_end;
+extern ulong __bss_start;
+extern ulong __bss_end;
+
 /* cpu/.../cpu.c */
 int x86_cpu_init_r(void);
 int cpu_init_r(void);