Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
include
/
hw
/
pci
/
slotid_cap.h
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
h
11 lines
258 Bytes
Copy permalink
Copy
Raw
1
#ifndef PCI_SLOTID_CAP_H
2
#define PCI_SLOTID_CAP_H
3
4
5
int
slotid_cap_init
(
PCIDevice
*
dev
,
int
nslots
,
6
uint8_t
chassis
,
7
unsigned
offset
,
8
Error
**
errp
);
9
void
slotid_cap_cleanup
(
PCIDevice
*
dev
);
10
11
#endif