summaryrefslogtreecommitdiff
path: root/include/boot_fit.h
blob: b7d2462dd9b49de75db9c928d665bf5ad50e81bc (plain)
1
2
3
4
5
6
7
8
9
/*
 * Copyright (C) 2017 Texas Instruments
 * Written by Franklin Cooper Jr. <fcooper@ti.com>
 *
 * SPDX-License-Identifier:     GPL-2.0+
 */

int fdt_offset(void *fit);
void *locate_dtb_in_fit(void *fit);