blob: a9f4601de8aa6e4d38c30a51fe49c47e13d66442 [file] [log] [blame]
Graeme Gregory10e92232020-08-28 16:37:02 +01001/*
2 * Copyright (c) 2020, Nuvia Inc
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef SBSA_PRIVATE_H
8#define SBSA_PRIVATE_H
9
10#include <stdint.h>
11
12unsigned int plat_qemu_calc_core_pos(u_register_t mpidr);
13
Graeme Gregory1a732232020-08-28 18:03:35 +010014void qemu_pwr_gic_on_finish(void);
15void qemu_pwr_gic_off(void);
16
Graeme Gregory10e92232020-08-28 16:37:02 +010017#endif /* SBSA_PRIVATE_H */