aboutsummaryrefslogtreecommitdiff
path: root/include/common/fdt_fixup.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common/fdt_fixup.h')
-rw-r--r--include/common/fdt_fixup.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/common/fdt_fixup.h b/include/common/fdt_fixup.h
index 0248de9cf4..29d8b3aa08 100644
--- a/include/common/fdt_fixup.h
+++ b/include/common/fdt_fixup.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2019-2020, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -11,5 +11,7 @@ int dt_add_psci_node(void *fdt);
int dt_add_psci_cpu_enable_methods(void *fdt);
int fdt_add_reserved_memory(void *dtb, const char *node_name,
uintptr_t base, size_t size);
+int fdt_add_cpus_node(void *dtb, unsigned int afflv0,
+ unsigned int afflv1, unsigned int afflv2);
#endif /* FDT_FIXUP_H */