12 lines
241 B
C
12 lines
241 B
C
/* 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
|