blob: ce41ffb53cfa333f316c3343807ae8bcc53f2c17 [file] [log] [blame]
Shruti Gupta699cd4f2023-09-27 16:46:54 +01001/*
2 * Copyright (c) 2023, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8#include <stdint.h>
9
10void realm_cpu_off(void);
11u_register_t realm_cpu_on(u_register_t mpidr, uintptr_t entrypoint,
12 u_register_t context_id);
13u_register_t realm_psci_affinity_info(u_register_t target_affinity,
14 uint32_t lowest_affinity_level);
15u_register_t realm_psci_features(uint32_t psci_func_id);