X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farc%2Finclude%2Fasm%2Fsections.h;h=b8f2a859fd9a17aff0db8b97decaa39faf2e556f;hb=692e5c4e7eb267f3d8f3a8c9d2348eff6f5f21e2;hp=18484a17f216e1bbce10c3b4b7ceae79e5e4595c;hpb=a87a0ce7028d5371c81d77ba72c1ba43a1ca77bc;p=oweals%2Fu-boot.git diff --git a/arch/arc/include/asm/sections.h b/arch/arc/include/asm/sections.h index 18484a17f2..b8f2a859fd 100644 --- a/arch/arc/include/asm/sections.h +++ b/arch/arc/include/asm/sections.h @@ -10,5 +10,8 @@ #include extern ulong __text_end; +extern ulong __ivt_start; +extern ulong __ivt_end; +extern ulong __image_copy_start; #endif /* __ASM_ARC_SECTIONS_H */