X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fpci.h;h=6727e440b1c1db4bb9111b54dfb1c0e52165f371;hp=d39eae387c8f409debe5e7d322052cac014b6428;hb=a3843aa9457ed5a02159fd5a83620426b0a0f3fe;hpb=59b6853965a3cd4b17d0466c3650feed594cd89e diff --git a/palacios/include/devices/pci.h b/palacios/include/devices/pci.h index d39eae3..6727e44 100644 --- a/palacios/include/devices/pci.h +++ b/palacios/include/devices/pci.h @@ -114,7 +114,7 @@ v3_pci_register_device(struct vm_device * pci, int (*config_update)(struct pci_device * pci_dev, uint_t reg_num, int length), int (*cmd_update)(struct pci_device *pci_dev, uchar_t io_enabled, uchar_t mem_enabled), int (*ext_rom_update)(struct pci_device *pci_dev), - void * private_data); + struct vm_device * dev); #endif