blob: bd923f4090e9b04686d981d526831061d87f320c [file] [log] [blame]
Samuel Hollandb8566642017-08-12 04:07:39 -05001/*
2 * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef __SUNXI_PRIVATE_H__
8#define __SUNXI_PRIVATE_H__
9
10void sunxi_configure_mmu_el3(int flags);
Samuel Holland321c0ab2017-08-12 04:07:39 -050011void sunxi_cpu_off(unsigned int cluster, unsigned int core);
12void sunxi_cpu_on(unsigned int cluster, unsigned int core);
13void sunxi_disable_secondary_cpus(unsigned int primary_cpu);
Samuel Hollandb8566642017-08-12 04:07:39 -050014
15#endif /* __SUNXI_PRIVATE_H__ */