]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/elf.h
fdt_support: add missing #ifdef after merge
[karo-tx-uboot.git] / include / elf.h
index b8ecc41063b3e5b366f1688d60a32dd4f8e914fa..63d93416a3e1246975bd390b8990b6067c350f97 100644 (file)
@@ -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 */