2 * SPDX-License-Identifier: GPL-2.0-or-later
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 */