blob: 777089c80f3b61cf37f3e85efd7bb104ff7a7b5d [file] [log] [blame]
Pankaj Gupta9ce8db72020-12-09 14:02:38 +05301/*
Pankaj Gupta7834b462021-03-25 15:15:52 +05302 * Copyright 2020-2021 NXP
Pankaj Gupta9ce8db72020-12-09 14:02:38 +05303 *
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