blob: 29ee1d0710565bc4d654542ac05f9156497f1fac [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
14#endif /* SBSA_PRIVATE_H */