diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2010-07-13 13:01:39 +0900 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2010-07-22 12:21:30 +0300 |
commit | 783753fd53fe513d37fbbfe6694c0c1ab9701fd1 (patch) | |
tree | 2f99bce7b3271affb0928cb4d85ccb01f6925fda /hw/dec_pci.c | |
parent | cfb0a50a06825a0bee349cae3fa94f96242e83a5 (diff) |
pci/bridge: split out pci bridge code into pci_bridge.c from pci.c
Move pci bridge related code into pci_bridge.c from pci.c
for further enhancement. pci.c is big enough now, so split it out.
No code change but exporting some accesser functions.
In fact, few pci bridge functions stays in pci.c.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/dec_pci.c')
-rw-r--r-- | hw/dec_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/dec_pci.c b/hw/dec_pci.c index ee49d5adf0..f7a9cdcfc3 100644 --- a/hw/dec_pci.c +++ b/hw/dec_pci.c @@ -27,6 +27,7 @@ #include "sysbus.h" #include "pci.h" #include "pci_host.h" +#include "pci_bridge.h" /* debug DEC */ //#define DEBUG_DEC |