]> git.proxmox.com Git - qemu.git/commit - hw/prep_pci.h
pci: pci.h cleanup: move out stuff not in pci.c
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 11 Nov 2009 12:59:56 +0000 (14:59 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 1 Dec 2009 15:51:04 +0000 (17:51 +0200)
commit18e08a55292a57b988df7fa14af2b4dd282a6486
tree20c52dd76d8cc3c96c1f9d28b8d22d922bd9b166
parent3098b9fde97a224e803048c83bebeea176966358
pci: pci.h cleanup: move out stuff not in pci.c

pci.h declares some functions which aren't
defined in pci.h. Clean up moving things
to appropriate headers, and update all users.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
23 files changed:
hw/apb_pci.c
hw/apb_pci.h [new file with mode: 0644]
hw/lsi53c895a.c
hw/mips_malta.c
hw/pc.c
hw/pci.h
hw/ppc_newworld.c
hw/ppc_oldworld.c
hw/ppc_prep.c
hw/prep_pci.c
hw/prep_pci.h [new file with mode: 0644]
hw/r2d.c
hw/realview.c
hw/sh_pci.c
hw/sh_pci.h [new file with mode: 0644]
hw/sun4u.c
hw/usb-ohci.c
hw/usb-ohci.h [new file with mode: 0644]
hw/usb-uhci.c
hw/usb-uhci.h [new file with mode: 0644]
hw/versatilepb.c
hw/vmware_vga.c
hw/vmware_vga.h [new file with mode: 0644]