diff options
Diffstat (limited to 'hw/pci.h')
| -rw-r--r-- | hw/pci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/pci.h b/hw/pci.h index d50d26c8ac..1f902f5b59 100644 --- a/hw/pci.h +++ b/hw/pci.h @@ -211,6 +211,8 @@ struct PCIDevice { int32_t devfn; char name[64]; PCIIORegion io_regions[PCI_NUM_REGIONS]; + AddressSpace bus_master_as; + MemoryRegion bus_master_enable_region; DMAContext *dma; /* do not access the following fields */ |