Sign in
qemu
/
qemu
/
9eaa654ab327b54901f398440258be766c327953
/
.
/
include
/
hw
/
pci
/
slotid_cap.h
blob: a777ea0e49babf59caec88da4c091ceeddddc0b1 [
file
] [
log
] [
blame
]
#ifndef
PCI_SLOTID_CAP_H
#define
PCI_SLOTID_CAP_H
#include
"qemu-common.h"
int
slotid_cap_init
(
PCIDevice
*
dev
,
int
nslots
,
uint8_t
chassis
,
unsigned
offset
,
Error
**
errp
);
void
slotid_cap_cleanup
(
PCIDevice
*
dev
);
#endif