Merge tag 'v9.1.0'
[qemu/ar7.git] / include / hw / pci-bridge / pci_expander_bridge.h
blob0b3856d615a5fbb934df5f799da4a97f51522e7f
1 /*
2 * SPDX-License-Identifier: GPL-2.0-or-later
3 */
5 #ifndef PCI_EXPANDER_BRIDGE_H
6 #define PCI_EXPANDER_BRIDGE_H
8 #include "hw/cxl/cxl.h"
10 void pxb_cxl_hook_up_registers(CXLState *state, PCIBus *bus, Error **errp);
12 #endif /* PCI_EXPANDER_BRIDGE_H */