X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=tools%2Ffdt_host.h;h=134d9657139b4347257bf34ae644ed08a0fb674d;hb=f32abd0c1a0079a0455a051559addab54af8c597;hp=c2b23c6217fce0ac39c9c91f758cd2b77dfdc64b;hpb=3be2bdf5dc69b3142c1162a59bc67191c9077567;p=karo-tx-uboot.git diff --git a/tools/fdt_host.h b/tools/fdt_host.h index c2b23c6217..134d965713 100644 --- a/tools/fdt_host.h +++ b/tools/fdt_host.h @@ -11,4 +11,6 @@ #include "../include/libfdt.h" #include "../include/fdt_support.h" +int fit_check_sign(const void *working_fdt, const void *key); + #endif /* __FDT_HOST_H__ */