drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git] / src / soc / mediatek / mt8196 / chip.h
blob4c3dea0a0c42c2cb08171e102321898266617234
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_mt8196_config {
9 struct mtk_pcie_config pcie_config;
12 typedef struct soc_mediatek_mt8196_config mtk_soc_config_t;
14 #endif /* SOC_MEDIATEK_CHIP_H */