blob: 26787fb4d5fb2104a9dfb5d48fa32391fe9c4517 [file] [log] [blame]
Pankaj Gupta9ce8db72020-12-09 14:02:38 +05301/*
2 * Copyright 2020 NXP
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8#ifndef LS_INTERCONNECT_H
9#define LS_INTERCONNECT_H
10
11#if (INTERCONNECT == CCI400)
12#define CCI_TERMINATE_BARRIER_TX 0x8
13#endif
14
15/* Interconnect CCI/CCN functions */
16void plat_ls_interconnect_enter_coherency(unsigned int num_clusters);
17void plat_ls_interconnect_exit_coherency(void);
18
19#endif