blob: 44da891dcb1927762a9c0e70be78d89baa8c19fc [file] [log] [blame]
Macpaul Lin5d16f8d2022-08-11 16:27:10 +08001/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
Jianjun Wangc0808b62022-03-14 20:38:18 +08002
3#ifndef SOC_MEDIATEK_CHIP_H
4#define SOC_MEDIATEK_CHIP_H
5
6#include <soc/pcie_common.h>
7
8struct soc_mediatek_mt8195_config {
9 struct mtk_pcie_config pcie_config;
10};
11
12typedef struct soc_mediatek_mt8195_config mtk_soc_config_t;
13
14#endif /* SOC_MEDIATEK_CHIP_H */