xref: /rk3399_ARM-atf/plat/xilinx/common/include/plat_fdt.h (revision b47dddd061e92054c3b2096fc8aa9688bfef68d6)
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