xref: /qemu/hw/pci-bridge/pci_expander_bridge_stubs.c (revision 30796f556790631c86c733ab06756981be0e1def)
1*7bd1900bSJonathan Cameron /*
2*7bd1900bSJonathan Cameron  * SPDX-License-Identifier: GPL-2.0-or-later
3*7bd1900bSJonathan Cameron  *
4*7bd1900bSJonathan Cameron  * Stubs for calls made from machines to handle the case where CONFIG_PXB
5*7bd1900bSJonathan Cameron  * is not enabled.
6*7bd1900bSJonathan Cameron  */
7*7bd1900bSJonathan Cameron #include "qemu/osdep.h"
8*7bd1900bSJonathan Cameron #include "qapi/error.h"
9*7bd1900bSJonathan Cameron #include "hw/pci/pci.h"
10*7bd1900bSJonathan Cameron #include "hw/pci/pci_bus.h"
11*7bd1900bSJonathan Cameron #include "hw/pci-bridge/pci_expander_bridge.h"
12*7bd1900bSJonathan Cameron #include "hw/cxl/cxl.h"
13*7bd1900bSJonathan Cameron 
pxb_cxl_hook_up_registers(CXLState * state,PCIBus * bus,Error ** errp)14*7bd1900bSJonathan Cameron void pxb_cxl_hook_up_registers(CXLState *state, PCIBus *bus, Error **errp) {};
15