xref: /openbmc/qemu/include/hw/pci-bridge/pci_expander_bridge.h (revision a6caeee8111386b2d16ee07fe817193cde7f0d2a)
1 /*
2  * SPDX-License-Identifier: GPL-2.0-or-later
3  */
4 
5 #ifndef PCI_EXPANDER_BRIDGE_H
6 #define PCI_EXPANDER_BRIDGE_H
7 
8 #include "hw/cxl/cxl.h"
9 
10 void pxb_cxl_hook_up_registers(CXLState *state, PCIBus *bus, Error **errp);
11 
12 #endif /* PCI_EXPANDER_BRIDGE_H */
13