repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for-upstream-rust' of https://gitlab.com/bonzini/qemu into staging
[qemu/kevin.git]
/
include
/
hw
/
pci
/
slotid_cap.h
blob
8b4dc0ce835647eec980c3f72f81c08e614b60a8
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