hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h

The hw/pci-host/piix.c contains a mix of PIIX3 and i440FX chipsets
functions. To be able to split it, we need to export some
declarations first.

Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
Philippe Mathieu-Daudé 2019-02-02 20:57:47 +01:00 committed by Philippe Mathieu-Daudé
parent 4b19de14b1
commit 0fd61a2d1c
7 changed files with 43 additions and 24 deletions

View file

@ -1,5 +1,6 @@
#include "qemu/osdep.h"
#include "hw/i386/pc.h"
#include "hw/pci-host/i440fx.h"
PCIBus *find_i440fx(void)
{
return NULL;