Statistics
| Branch: | Revision:

root / hw / pci_host_template.h @ a9f49946

History | View | Annotate | Download (3.7 kB)

# Date Author Comment
4f5e19e6 11/09/2009 04:43 pm Isaku Yamahata

pci_host.h: move functions in pci_host.h into .c file.

split static functions in pci_host.h into pci_host.c and
pci_host_template.h.
Later a structures declared in pci_host.h, PCIHostState, will be used.
However pci_host.h doesn't allow to include itself easily. This patches...