pci: move pci_data_{read, write}() declaration from pci.h to pci_host.h
commitb6243d991a4d073b2c8c16737fec9ee74274bfeb
authorIsaku Yamahata <yamahata@valinux.co.jp>
Thu, 12 Nov 2009 05:58:30 +0000 (12 14:58 +0900)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 1 Dec 2009 15:51:15 +0000 (1 17:51 +0200)
tree691078fec2aa9b81f7d2842f425234cba8ca07d1
parentf88d7509b444ffa289e5054b34bc6f4800f6b76d
pci: move pci_data_{read, write}() declaration from pci.h to pci_host.h

Now pci host stuff has been moved from pci.[hc] to pci_host.[hc]
so the declaration of pci_data_{read, write}() should be in
pci_host.h
This patch moves them from pci.h to pci_host.h for consistency.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci.h
hw/pci_host.h
hw/sh_pci.c
hw/versatile_pci.c