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