Newer
Older
arm-trusted-firmware / plat / allwinner / common / sunxi_private.h
@Samuel Holland Samuel Holland on 15 Jun 2018 263 bytes allwinner: Introduce basic platform support
/*
 * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef __SUNXI_PRIVATE_H__
#define __SUNXI_PRIVATE_H__

void sunxi_configure_mmu_el3(int flags);

#endif /* __SUNXI_PRIVATE_H__ */