blob: 625418aa2b13c810de539d00a329b03319339459 [file] [log] [blame]
developer550bf5e2016-07-11 16:05:23 +08001/*
2 * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
3 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
developer550bf5e2016-07-11 16:05:23 +08005 */
6
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef SCU_H
8#define SCU_H
developer550bf5e2016-07-11 16:05:23 +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 */