Newer
Older
arm-trusted-firmware / include / bl32 / sp_min / platform_sp_min.h
@dp-arm dp-arm on 3 May 2017 620 bytes Use SPDX license identifiers
/*
 * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef __PLATFORM_SP_MIN_H__
#define __PLATFORM_SP_MIN_H__

/*******************************************************************************
 * Mandatory SP_MIN functions
 ******************************************************************************/
void sp_min_early_platform_setup(void *from_bl2,
		void *plat_params_from_bl2);
void sp_min_plat_arch_setup(void);
void sp_min_platform_setup(void);
entry_point_info_t *sp_min_plat_get_bl33_ep_info(void);

#endif /* __PLATFORM_SP_MIN_H__ */