Sign in
qemu
/
qemu
/
516871f0023858c73772ac9705a42d1b2906c8cc
/
.
/
include
/
hw
/
pci
/
slotid_cap.h
blob: 8b4dc0ce835647eec980c3f72f81c08e614b60a8 [
file
] [
log
] [
blame
]
#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