isa: Add isa_bus_from_device() method
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Andreas Färber <andreas.faerber@web.de>
This commit is contained in:
parent
c9ae703dd1
commit
a527b5452e
5
hw/isa.h
5
hw/isa.h
@ -76,6 +76,11 @@ void isa_register_portio_list(ISADevice *dev, uint16_t start,
|
|||||||
const MemoryRegionPortio *portio,
|
const MemoryRegionPortio *portio,
|
||||||
void *opaque, const char *name);
|
void *opaque, const char *name);
|
||||||
|
|
||||||
|
static inline ISABus *isa_bus_from_device(ISADevice *d)
|
||||||
|
{
|
||||||
|
return DO_UPCAST(ISABus, qbus, d->qdev.parent_bus);
|
||||||
|
}
|
||||||
|
|
||||||
extern target_phys_addr_t isa_mem_base;
|
extern target_phys_addr_t isa_mem_base;
|
||||||
|
|
||||||
void isa_mmio_setup(MemoryRegion *mr, target_phys_addr_t size);
|
void isa_mmio_setup(MemoryRegion *mr, target_phys_addr_t size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user