1*7794e7c0SVince Liu /* 2*7794e7c0SVince Liu * Copyright (c) 2025, MediaTek Inc. All rights reserved. 3*7794e7c0SVince Liu * 4*7794e7c0SVince Liu * SPDX-License-Identifier: BSD-3-Clause 5*7794e7c0SVince Liu */ 6*7794e7c0SVince Liu #ifndef _CACHES_OPS_H_ 7*7794e7c0SVince Liu #define _CACHES_OPS_H_ 8*7794e7c0SVince Liu 9*7794e7c0SVince Liu void disable_cache_as_ram(void); 10*7794e7c0SVince Liu 11*7794e7c0SVince Liu #endif /* _CACHES_OPS_H_ */ 12