mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-26 19:04:54 +00:00
13 lines
241 B
C
13 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
|