Sumit Garg | 007a7a3 | 2018-06-15 14:43:35 +0530 | [diff] [blame] | 1 | /* |
| 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 | |
Sumit Garg | 0eb275c | 2018-06-15 14:50:19 +0530 | [diff] [blame^] | 12 | void plat_sq_interconnect_init(void); |
| 13 | void plat_sq_interconnect_enter_coherency(void); |
| 14 | void plat_sq_interconnect_exit_coherency(void); |
| 15 | |
Sumit Garg | 007a7a3 | 2018-06-15 14:43:35 +0530 | [diff] [blame] | 16 | unsigned int sq_calc_core_pos(u_register_t mpidr); |
| 17 | |
| 18 | #endif /* __SQ_COMMON_H__ */ |