summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8196/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/mt8196/chip.h')
-rw-r--r--src/soc/mediatek/mt8196/chip.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8196/chip.h b/src/soc/mediatek/mt8196/chip.h
new file mode 100644
index 0000000000..4c3dea0a0c
--- /dev/null
+++ b/src/soc/mediatek/mt8196/chip.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
+
+#ifndef SOC_MEDIATEK_CHIP_H
+#define SOC_MEDIATEK_CHIP_H
+
+#include <soc/pcie_common.h>
+
+struct soc_mediatek_mt8196_config {
+ struct mtk_pcie_config pcie_config;
+};
+
+typedef struct soc_mediatek_mt8196_config mtk_soc_config_t;
+
+#endif /* SOC_MEDIATEK_CHIP_H */