/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2021 MediaTek Corporation. All rights reserved. */ #ifndef __MTK_ADSP_HELPER_H__ #define __MTK_ADSP_HELPER_H__ #include <linux/firmware/mediatek/mtk-adsp-ipc.h> /* * Global important adsp data structure. */ struct mtk_adsp_chip_info { … }; struct adsp_priv { … }; #endif