X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Felf.h;h=63d93416a3e1246975bd390b8990b6067c350f97;hb=5028388de6dd09f52ea1f51d2a154fd0deccfd33;hp=b8ecc41063b3e5b366f1688d60a32dd4f8e914fa;hpb=4eef93da262048eb1118e726b3ec5b8ebd3c6c91;p=karo-tx-uboot.git diff --git a/include/elf.h b/include/elf.h index b8ecc41063..63d93416a3 100644 --- a/include/elf.h +++ b/include/elf.h @@ -570,4 +570,6 @@ unsigned long elf_hash(const unsigned char *name); that may still be in object files. */ #define R_PPC_TOC16 255 +int valid_elf_image(unsigned long addr); + #endif /* _ELF_H */