drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git] / src / soc / mediatek / mt8195 / chip.h
blob44da891dcb1927762a9c0e70be78d89baa8c19fc
1 /* SPDX-License-Identifier: GPL-2.0-only OR MIT */
3 #ifndef SOC_MEDIATEK_CHIP_H
4 #define SOC_MEDIATEK_CHIP_H
6 #include <soc/pcie_common.h>
8 struct soc_mediatek_mt8195_config {
9 struct mtk_pcie_config pcie_config;
12 typedef struct soc_mediatek_mt8195_config mtk_soc_config_t;
14 #endif /* SOC_MEDIATEK_CHIP_H */