1 /* 2 * Copyright (c) 2025, Mediatek Inc. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef MT_SPM_VCOREFS_H 8 #define MT_SPM_VCOREFS_H 9 10 void spm_go_to_vcorefs(uint64_t spm_flags); 11 12 #endif /* MT_SPM_VCOREFS_H */ 13