14 lines
265 B
C
14 lines
265 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2018 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef _MTK_SCP_SPK_PLATFORM_MEM_CONTROL_H
|
|
#define _MTK_SCP_SPK_PLATFORM_MEM_CONTROL_H
|
|
|
|
#define SCP_IRQ_SHIFT_BIT (16)
|
|
|
|
const int get_scp_spk_memif_id(int scp_spk_task_id);
|
|
|
|
#endif
|