blob: dc95028da3ff5e874483edbcbc006560f2ddffcc [file] [log] [blame]
Oliver Swede8fed2fe2019-11-11 11:11:06 +00001/*
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
11int plat_setup_psci_ops(uintptr_t sec_entrypoint,
12 const plat_psci_ops_t **psci_ops)
13{
14 return 0;
15}