blob: b1e94246e348a66382f924a5852acbfa4c3aac5f [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
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef SCU_H
8#define SCU_H
developer65014b82015-04-13 14:47:57 +08009
10void disable_scu(unsigned long mpidr);
11void enable_scu(unsigned long mpidr);
12
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000013#endif /* SCU_H */