xref: /openbmc/qemu/include/hw/pci-bridge/xio3130_downstream.h (revision 85978dfb6b1c1334ed6aa998ca06c3f45e2127e0)
1 /*
2  * TI X3130 pci express downstream port switch
3  *
4  * Copyright (C) 2022 Igor Mammedov <imammedo@redhat.com>
5  *
6  * SPDX-License-Identifier: GPL-2.0-or-later
7  */
8 
9 #ifndef HW_PCI_BRIDGE_XIO3130_DOWNSTREAM_H
10 #define HW_PCI_BRIDGE_XIO3130_DOWNSTREAM_H
11 
12 #define TYPE_XIO3130_DOWNSTREAM "xio3130-downstream"
13 
14 #endif
15 
16