12 lines
157 B
C
12 lines
157 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (c) 2020 MediaTek Inc.
|
||
|
*/
|
||
|
|
||
|
#ifndef __ADSP_IPI_H
|
||
|
#define __ADSP_IPI_H
|
||
|
|
||
|
#include "adsp_mbox.h"
|
||
|
|
||
|
#endif
|