qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

xio3130_downstream.h (313B)


      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