xref: /openbmc/qemu/include/hw/pci-bridge/xio3130_downstream.h (revision 9d1401b79463e74adbfac69d836789d4e103fb61)
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