blob: 2ce4b23f4e4a56c7416d737df1ad200c4944eb73 [file] [log] [blame]
developer65014b82015-04-13 14:47:57 +08001/*
2 * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
3 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
developer65014b82015-04-13 14:47:57 +08005 */
6
7#ifndef __SCU_H__
8#define __SCU_H__
9
10void disable_scu(unsigned long mpidr);
11void enable_scu(unsigned long mpidr);
12
13#endif