summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/usb4/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/usb4/chip.h')
-rw-r--r--src/soc/intel/common/block/usb4/chip.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/usb4/chip.h b/src/soc/intel/common/block/usb4/chip.h
new file mode 100644
index 0000000000..f2eee4d34c
--- /dev/null
+++ b/src/soc/intel/common/block/usb4/chip.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+#ifndef __DRIVERS_INTEL_USB4_PCIE_H__
+#define __DRIVERS_INTEL_USB4_PCIE_H__
+
+struct soc_intel_common_block_usb4_config {
+ const char *desc;
+
+ /* Pointer to USB4 device that this PCIe root port is routed to. */
+ DEVTREE_CONST struct device *usb4_port;
+};
+
+#endif /* __DRIVERS_INTEL_USB4_PCIE_H__ */