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