From: Sebastian Herbszt Date: Mon, 21 Nov 2011 11:23:20 +0000 (+0100) Subject: virtio-pci: include pci.h and pci_regs.h X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=seabios.git;a=commitdiff_plain;h=70451b69250746f14100bd3c59692150111a096d virtio-pci: include pci.h and pci_regs.h Include pci.h and pci_regs.h. Signed-off-by: Sebastian Herbszt --- diff --git a/src/virtio-pci.c b/src/virtio-pci.c index 7e0c1a5..4b9ad0a 100644 --- a/src/virtio-pci.c +++ b/src/virtio-pci.c @@ -19,6 +19,8 @@ #include "virtio-pci.h" #include "config.h" // CONFIG_DEBUG_LEVEL #include "util.h" // dprintf +#include "pci.h" // pci_config_readl +#include "pci_regs.h" // PCI_BASE_ADDRESS_0 int vp_find_vq(unsigned int ioaddr, int queue_index, struct vring_virtqueue **p_vq)