blob: a1ee1e190fe077b51c22b53c66606ba1eeac2e6e [file] [log] [blame]
Amit Nagal3a7d3042023-07-10 10:32:15 +05301/*
2 * Copyright (c) 2023, 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
10void prepare_dtb(void);
11
12#endif /* PLAT_FDT_H */