xref: /rk3399_rockchip-uboot/tools/fdt_host.h (revision 9b9c6516b0119a4abe71b1598b2258c591f955f5)
1 /*
2  * (C) Copyright 2008 Semihalf
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 #ifndef __FDT_HOST_H__
8 #define __FDT_HOST_H__
9 
10 /* Make sure to include u-boot version of libfdt include files */
11 #include "../include/libfdt.h"
12 #include "../include/fdt_support.h"
13 
14 int fit_check_sign(const void *working_fdt, const void *key);
15 
16 #endif /* __FDT_HOST_H__ */
17