symbian-qemu-0.9.1-12/qemu-symbian-svp/hw/virtio-pci.h
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 /*
       
     2  * Virtio PCI bindings
       
     3  *
       
     4  * Copyright 2008 CodeSourcery
       
     5  *
       
     6  * This work is licensed under the terms of the GNU GPL, version 2.  See
       
     7  * the COPYING file in the top-level directory.
       
     8  *
       
     9  */
       
    10 
       
    11 #include "virtio.h"
       
    12 #include "pci.h"
       
    13 
       
    14 void virtio_blk_init_pci(PCIBus *bus, BlockDriverState *bs);
       
    15 void virtio_net_init_pci(PCIBus *bus, NICInfo *nd, int devfn);
       
    16 void virtio_balloon_init_pci(PCIBus *bus);