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