Commit ff362d5f authored by Paul Beesley's avatar Paul Beesley Committed by Manish Pandey
Browse files

spm-mm: Rename spm_private.h



Change-Id: Ie47009158032c2e8f35febd7bf5458156f334ead
Signed-off-by: default avatarPaul Beesley <paul.beesley@arm.com>
parent 442e0928
/*
* Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <asm_macros.S>
#include "../spm_private.h"
#include "../spm_mm_private.h"
.global spm_secure_partition_enter
.global spm_secure_partition_exit
......
......@@ -22,7 +22,7 @@
#include <services/spm_mm_svc.h>
#include <smccc_helpers.h>
#include "spm_private.h"
#include "spm_mm_private.h"
/*******************************************************************************
* Secure Partition context information.
......
/*
* Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef SPM_PRIVATE_H
#define SPM_PRIVATE_H
#ifndef SPM_MM_PRIVATE_H
#define SPM_MM_PRIVATE_H
#include <context.h>
......@@ -68,4 +68,4 @@ int spm_memory_attributes_set_smc_handler(sp_context_t *sp_ctx,
#endif /* __ASSEMBLER__ */
#endif /* SPM_PRIVATE_H */
#endif /* SPM_MM_PRIVATE_H */
......@@ -18,7 +18,7 @@
#include <plat/common/platform.h>
#include <services/spm_mm_partition.h>
#include "spm_private.h"
#include "spm_mm_private.h"
#include "spm_shim_private.h"
/* Setup context of the Secure Partition */
......
......@@ -14,7 +14,7 @@
#include <services/spm_mm_partition.h>
#include <services/spm_mm_svc.h>
#include "spm_private.h"
#include "spm_mm_private.h"
#include "spm_shim_private.h"
/* Place translation tables by default along with the ones used by BL31. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment