historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/include/hw/pci/slotid_cap.h
2024-01-16 11:20:27 -06:00

11 lines
258 B
C

#ifndef PCI_SLOTID_CAP_H
#define PCI_SLOTID_CAP_H
int slotid_cap_init(PCIDevice *dev, int nslots,
uint8_t chassis,
unsigned offset,
Error **errp);
void slotid_cap_cleanup(PCIDevice *dev);
#endif