blob: b1e94246e348a66382f924a5852acbfa4c3aac5f [file] [log] [blame]
CC Ma7d116dc2015-04-13 14:47:57 +08001/*
2 * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
3 *
dp-arm82cb2c12017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
CC Ma7d116dc2015-04-13 14:47:57 +08005 */
6
Antonio Nino Diazc3cf06f2018-11-08 10:20:19 +00007#ifndef SCU_H
8#define SCU_H
CC Ma7d116dc2015-04-13 14:47:57 +08009
10void disable_scu(unsigned long mpidr);
11void enable_scu(unsigned long mpidr);
12
Antonio Nino Diazc3cf06f2018-11-08 10:20:19 +000013#endif /* SCU_H */