Sign in
qemu
/
qemu
/
ef834aa2b2b52ac44ca97d70d5ef5e975a229034
/
.
/
include
/
hw
/
pci-bridge
/
pci_expander_bridge.h
blob: 0b3856d615a5fbb934df5f799da4a97f51522e7f [
file
] [
log
] [
blame
]
/*
* 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 */