X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=tools%2Ffdt_host.h;h=134d9657139b4347257bf34ae644ed08a0fb674d;hp=c2b23c6217fce0ac39c9c91f758cd2b77dfdc64b;hb=47e3a872c51e211154562621ce51aa8620688a0f;hpb=8b485ba12b0defa0c4ed3559789250238f8331a8 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__ */