/* | |
* Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved. | |
* | |
* SPDX-License-Identifier: BSD-3-Clause | |
*/ | |
#ifndef STM32MP1_PRIVATE_H | |
#define STM32MP1_PRIVATE_H | |
#include <stdint.h> | |
void configure_mmu(void); | |
void stm32mp1_arch_security_setup(void); | |
void stm32mp1_security_setup(void); | |
void stm32mp1_gic_pcpu_init(void); | |
void stm32mp1_gic_init(void); | |
#endif /* STM32MP1_PRIVATE_H */ |