Sign in
qemu-android
/
qemu-android
/
14ac57339288c07b47e7e91fa192735158aa6a1e
/
.
/
include
/
hw
/
pci
/
slotid_cap.h
blob: 70db0470b046551b9398d601fef6b6c4a5f9fb9d [
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
);
void
slotid_cap_cleanup
(
PCIDevice
*
dev
);
#endif