/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2021 MediaTek Inc. */ #ifndef __MTK_APU_MDW_MEM_H__ #define __MTK_APU_MDW_MEM_H__ int mdw_mem_dma_alloc(struct mdw_mem *mem); int mdw_mem_aram_alloc(struct mdw_mem *mem); #endif