]> git.proxmox.com Git - mirror_qemu.git/blame - include/hw/pci/slotid_cap.h
Include qemu-common.h exactly where needed
[mirror_qemu.git] / include / hw / pci / slotid_cap.h
CommitLineData
762833b3
MT
1#ifndef PCI_SLOTID_CAP_H
2#define PCI_SLOTID_CAP_H
3
762833b3
MT
4
5int slotid_cap_init(PCIDevice *dev, int nslots,
6 uint8_t chassis,
344475e7
MZ
7 unsigned offset,
8 Error **errp);
762833b3
MT
9void slotid_cap_cleanup(PCIDevice *dev);
10
11#endif