diff options
Diffstat (limited to 'plat/xilinx/common/include/plat_fdt.h')
-rw-r--r-- | plat/xilinx/common/include/plat_fdt.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plat/xilinx/common/include/plat_fdt.h b/plat/xilinx/common/include/plat_fdt.h new file mode 100644 index 0000000..a1ee1e1 --- /dev/null +++ b/plat/xilinx/common/include/plat_fdt.h @@ -0,0 +1,12 @@ +/* + * Copyright (c) 2023, Advanced Micro Devices, Inc. All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + * + */ +#ifndef PLAT_FDT_H +#define PLAT_FDT_H + +void prepare_dtb(void); + +#endif /* PLAT_FDT_H */ |