Statistics
| Branch: | Revision:

root / hw / slotid_cap.h @ 16fd921b

History | View | Annotate | Download (249 Bytes)

1 762833b3 Michael S. Tsirkin
#ifndef PCI_SLOTID_CAP_H
2 762833b3 Michael S. Tsirkin
#define PCI_SLOTID_CAP_H
3 762833b3 Michael S. Tsirkin
4 762833b3 Michael S. Tsirkin
#include "qemu-common.h"
5 762833b3 Michael S. Tsirkin
6 762833b3 Michael S. Tsirkin
int slotid_cap_init(PCIDevice *dev, int nslots,
7 762833b3 Michael S. Tsirkin
                    uint8_t chassis,
8 762833b3 Michael S. Tsirkin
                    unsigned offset);
9 762833b3 Michael S. Tsirkin
void slotid_cap_cleanup(PCIDevice *dev);
10 762833b3 Michael S. Tsirkin
11 762833b3 Michael S. Tsirkin
#endif