Oliver Swede | 8fed2fe | 2019-11-11 11:11:06 +0000 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2020, ARM Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #include <plat/common/platform.h> | ||||
8 | |||||
9 | /* TODO: add PSCI implementation */ | ||||
10 | |||||
11 | int plat_setup_psci_ops(uintptr_t sec_entrypoint, | ||||
12 | const plat_psci_ops_t **psci_ops) | ||||
13 | { | ||||
14 | return 0; | ||||
15 | } |