Gavin Liu | 39f5e27 | 2024-12-31 14:34:00 +0800 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2025, Mediatek Inc. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | #include <common/debug.h> | ||||
7 | |||||
8 | #include "common/emi.h" | ||||
9 | #include <mtk_sip_svc.h> | ||||
10 | |||||
11 | uint64_t sip_emi_mpu_set_protection(u_register_t start, u_register_t end, | ||||
12 | u_register_t region) | ||||
13 | { | ||||
14 | return MTK_SIP_E_NOT_SUPPORTED; | ||||
15 | } |