aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2022-03-01 10:11:58 -0500
committerMichael S. Tsirkin <mst@redhat.com>2022-03-06 05:08:23 -0500
commitc41481af9a5d0d463607cc45b45c510875570817 (patch)
tree2152b191a30f0f2d7e593f1176d6f4cd3e58c515 /include
parentad003b9e6872c67836133066e1dd0f13458a9370 (diff)
downloadqemu-c41481af9a5d0d463607cc45b45c510875570817.zip
qemu-c41481af9a5d0d463607cc45b45c510875570817.tar.gz
qemu-c41481af9a5d0d463607cc45b45c510875570817.tar.bz2
pci: expose TYPE_XIO3130_DOWNSTREAM name
Type name will be used in followup patch for cast check in pcihp code. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20220301151200.3507298-2-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/pci-bridge/xio3130_downstream.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/hw/pci-bridge/xio3130_downstream.h b/include/hw/pci-bridge/xio3130_downstream.h
new file mode 100644
index 0000000..1d10139
--- /dev/null
+++ b/include/hw/pci-bridge/xio3130_downstream.h
@@ -0,0 +1,15 @@
+/*
+ * TI X3130 pci express downstream port switch
+ *
+ * Copyright (C) 2022 Igor Mammedov <imammedo@redhat.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#ifndef HW_PCI_BRIDGE_XIO3130_DOWNSTREAM_H
+#define HW_PCI_BRIDGE_XIO3130_DOWNSTREAM_H
+
+#define TYPE_XIO3130_DOWNSTREAM "xio3130-downstream"
+
+#endif
+