12 lines
212 B
C
12 lines
212 B
C
|
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
|
//
|
||
|
|
// Copyright (C) 2019 MediaTek Inc.
|
||
|
|
|
||
|
|
#include "mtk-scp-vow-platform.h"
|
||
|
|
#include "mt6873-afe-common.h"
|
||
|
|
|
||
|
|
int get_scp_vow_memif_platform_id(void)
|
||
|
|
{
|
||
|
|
return MT6873_MEMIF_AWB;
|
||
|
|
}
|