blob: 531e52279757c089c84686f5cea8000472424953 [file] [log] [blame]
Sumit Garg4d4df112018-06-15 14:43:35 +05301/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef __SQ_COMMON_H__
8#define __SQ_COMMON_H__
9
10#include <sys/types.h>
11
12unsigned int sq_calc_core_pos(u_register_t mpidr);
13
14#endif /* __SQ_COMMON_H__ */