summaryrefslogtreecommitdiffstats
path: root/plat/mediatek/mt8183/include/scu.h
blob: 96b80c51a57d08a0212c81bdd47f6aeca9bbb006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef SCU_H
#define SCU_H

void disable_scu(u_register_t mpidr);
void enable_scu(u_register_t mpidr);

#endif /* SCU_H */