1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

elf: add prototype for valid_elf_image

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
Jeroen Hofstee
2014-10-08 22:58:01 +02:00
committed by Tom Rini
parent f1bd871ad1
commit 6f38477d3a
2 changed files with 3 additions and 2 deletions

View 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 */