11 lines
223 B
C
11 lines
223 B
C
|
/* Copyright 2023 The ChromiumOS Authors
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#ifndef ZEPHYR_SOC_MT8195_ADSP_SOC_H
|
||
|
#define ZEPHYR_SOC_MT8195_ADSP_SOC_H
|
||
|
|
||
|
#include "../soc.h"
|
||
|
|
||
|
#endif /* ZEPHYR_SOC_MT8195_ADSP_SOC_H */
|