mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
10 lines
206 B
C
10 lines
206 B
C
|
/*
|
||
|
* 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);
|