xref: /rk3399_ARM-atf/plat/xilinx/common/include/plat_fdt.h (revision f1f04d786795a02f81abeef7d1513e93098591ed)
1 /*
2  * Copyright (c) 2023-2025, Advanced Micro Devices, Inc. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 #ifndef PLAT_FDT_H
8 #define PLAT_FDT_H
9 
10 void prepare_dtb(void);
11 uintptr_t plat_retrieve_dt_addr(void);
12 int32_t is_valid_dtb(void *fdt);
13 
14 #endif /* PLAT_FDT_H */
15