blob: 34e5639d401609831f43f3bc2dff47f4c2b4e947 [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);
11
12#endif /* __SUNXI_PRIVATE_H__ */