aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-bridge/pci_expander_bridge_stubs.c
blob: b35180311f6872af1a9d5651064881909b3ad212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * SPDX-License-Identifier: GPL-2.0-or-later
 *
 * Stubs for calls made from machines to handle the case where CONFIG_PXB
 * is not enabled.
 */
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "hw/pci/pci.h"
#include "hw/pci/pci_bus.h"
#include "hw/pci-bridge/pci_expander_bridge.h"
#include "hw/cxl/cxl.h"

void pxb_cxl_hook_up_registers(CXLState *state, PCIBus *bus, Error **errp) {};