git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
hw: Add support for LSI SAS1068 (mptsas) device
[qemu.git]
/
include
/
hw
/
pci
/
slotid_cap.h
1
#ifndef PCI_SLOTID_CAP_H
2
#define PCI_SLOTID_CAP_H
3
4
#include
"qemu-common.h"
5
6
int
slotid_cap_init
(
PCIDevice
*
dev
,
int
nslots
,
7
uint8_t
chassis
,
8
unsigned
offset
);
9
void
slotid_cap_cleanup
(
PCIDevice
*
dev
);
10
11
#endif