summaryrefslogtreecommitdiffstats
path: root/plat/mediatek/mt8186/drivers/spm/mt_spm_extern.h
blob: 5bcbaff69aa40e2dd6fac53c4f03568f8d19abb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) since 2022, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef MT_SPM_EXTERN_H
#define MT_SPM_EXTERN_H

void spm_extern_initialize(void);

#endif