xref: /rk3399_ARM-atf/include/common/fdt_fixup.h (revision f240728b76c05ac507189a37375b120379eda650)
1 /*
2  * Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef FDT_FIXUP_H
8 #define FDT_FIXUP_H
9 
10 int dt_add_psci_node(void *fdt);
11 int dt_add_psci_cpu_enable_methods(void *fdt);
12 
13 #endif /* FDT_FIXUP_H */
14