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