Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
16 lines
313 B
C
16 lines
313 B
C
/*
|
|
* TI X3130 pci express downstream port switch
|
|
*
|
|
* Copyright (C) 2022 Igor Mammedov <[email protected]>
|
|
*
|
|
* 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
|
|
|