xref: /rk3399_rockchip-uboot/include/boot_fit.h (revision 2009a8d03fe5aa660c4da04a731a4d75785d4b6b)
1 /*
2  * Copyright (C) 2017 Texas Instruments
3  * Written by Franklin Cooper Jr. <fcooper@ti.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7 
8 int fdt_offset(void *fit);
9 void *locate_dtb_in_fit(void *fit);
10