Statistics
| Branch: | Revision:

root / hw / dec_pci.h @ d55380bb

History | View | Annotate | Download (130 Bytes)

1 d55380bb Blue Swirl
#ifndef DEC_PCI_H
2 d55380bb Blue Swirl
#define DEC_PCI_H
3 d55380bb Blue Swirl
4 d55380bb Blue Swirl
#include "qemu-common.h"
5 d55380bb Blue Swirl
6 d55380bb Blue Swirl
PCIBus *pci_dec_21154_init(PCIBus *parent_bus, int devfn);
7 d55380bb Blue Swirl
8 d55380bb Blue Swirl
#endif