1 /* Copyright 2023 The ChromiumOS Authors
2  * SPDX-License-Identifier: Apache-2.0
3  */
4 
5 #ifndef ZEPHYR_SOC_MT8195_SOC_H
6 #define ZEPHYR_SOC_MT8195_SOC_H
7 
8 #include "../soc.h"
9 
10 #endif /* ZEPHYR_SOC_MT8195_SOC_H */
11