summaryrefslogtreecommitdiff
path: root/tools/fdt_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fdt_host.h')
-rw-r--r--tools/fdt_host.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/fdt_host.h b/tools/fdt_host.h
index 99b009b221..15c07c7a96 100644
--- a/tools/fdt_host.h
+++ b/tools/fdt_host.h
@@ -27,6 +27,7 @@
*/
int fdt_remove_unused_strings(const void *old, void *new);
-int fit_check_sign(const void *working_fdt, const void *key);
+int fit_check_sign(const void *fit, const void *key,
+ const char *fit_uname_config);
#endif /* __FDT_HOST_H__ */